Showing 3,246 of 4,217 total issues
Method add
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function add(array $fields, $ref_table, array $ref_fields, $extra = [], &$error = false)
Method _update_query_log
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function _update_query_log($log_id, $result, $query_time_start = 0, $warnings = null, $info = null)
Method update
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function update($table, $data, $where, $only_sql = false, $extra = [])
Method time_box
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function time_box($selected_time = '', $name_postfix = '', $add_str = '', $show_text = 1, $translate = 1)
Method time_box2
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function time_box2($name = '', $selected = '', $add_str = '', $show_text = 1, $translate = 1)
Method multi_upload_image
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function multi_upload_image($new_file_path, $k, $name_in_form = 'image', $max_image_size = 0, $is_local = false)
Method _get_time_diff_human
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function _get_time_diff_human($seconds, $delimiter = ' ', $need_return = false, $only_text = false, $need_closing_tag = false)
Method go
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function go($new_file_path, $k, $name_in_form = 'image', $max_image_size = 0, $is_local = false)
Method mkdir
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function mkdir($server_info = [], $dir_name = '', $dir_mode = 755, $create_index_htmls = 0, $start_folder = '')
Method mkdir_m
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function mkdir_m($server_info = [], $dir_name = '', $dir_mode = 755, $create_index_htmls/*!not implemented here!*/ = 0, $start_folder = '/')
Method mkdir
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function mkdir($server_info = [], $dir_name = '', $dir_mode = 755, $create_index_htmls = 0, $start_folder = '')
Method chown
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function chown($server_info = [], $path = '', $new_owner = '', $new_group = '', $recursively = false)
Method mkdir_m
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function mkdir_m($server_info = [], $dir_name = '', $dir_mode = 755, $create_index_htmls/*!not implemented here!*/ = 0, $start_folder = '/')
Method _fputcsv
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function _fputcsv($file, array $fields, $delimiter = ',', $enclosure = '"', $mysql_null = false)
Method chown
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function chown($server_info = [], $path = '', $new_owner = '', $new_group = '', $recursively = false)
Method replace
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function replace($start_dirs, $pattern_include = '', $pattern_exclude = '', $pattern_find, $pattern_replace)
Method copy
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function copy($path1, $path2, $pattern_include = '', $pattern_exclude = '', $level = null)
Method copy_dir
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function copy_dir($path1, $path2, $pattern_include = '', $pattern_exclude = '', $level = null)
Method _get_exec_cache_name
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function _get_exec_cache_name($class_name = '', $custom_path = '', $method_name = '', $method_params = '', $tpl_name = '')
Method _gen_dir_path
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function _gen_dir_path($id, $path = '', $make = false, $dir_mode = 0755, $create_index_htmls = 1)