PHP string encryption and decryption functions
1, simple string encryption, decryption function /** * String encryption, decryption function * * * @param string $txt String * @param string $operation ENCODE for encryption, DECODE for decryption, optional parameter, default is ENCODE, * @param st...
PHP objects, arrays, strings, escaping, etc.
1、Convert array to object /** * Convert array to object * @param array $data array * @return Return object (object) */ function array2object($array) { if (is_array($array)) { $obj = new StdClass(); ...
PHP prints various types of data, debugging programs
PHP prints various types of data, debugging programs
PHP replaces the url of all images in the html code, new url
PHP replaces the url of all images in the html code, new url
PHP Remove all html code from string (formatting code html)
PHP Remove all html code from string (formatting code html)













