We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@@ -132,7 +132,7 @@ rtrim($string); sha1($string); soundex($string); - str_getcsv($string); + str_getcsv($string, ",", "\"", "\\"); str_ireplace('fox', 'cat', $string); str_pad($string, 50); str_repeat($string, 10); \ No newline at end of file