addcslashes (PHP 4, PHP 5, PHP 7) addcslashes - Quote string with slashes in a C style addcslashes - 以 C 语言风格使用反斜线转义字符串中的字符 Description string addcslashes ( string $str , string $charlist ) //Returns a string with backslashes before characters that a…
explode (PHP 4, PHP 5, PHP 7) explode - Split a string by string explode - 使用一个字符串分割另一个字符串 Description array explode ( string $delimiter , string $string [, int $limit = PHP_INT_MAX ] ) //Returns an array of strings, each of which is a substring of s…