snswm's avatar - Seven Notes
Guangzhou, Guangdong Provincejanitors
The guy was lazy and didn't write anything...
PHP string encryption, decryption functions - Xiaoqi Notes

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.-Small Seven Notes

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 on html page compression function-Small seven notes

php to html page compression function

Compression of html pages to reduce file size
PHP to get ip, browser, operating system information-Small seven notes
PHP to build hierarchical (tree) arrays-Small Seven Notes

PHP builds hierarchical (tree) arrays

PHP builds hierarchical (tree) arrays
PHP to get the image in the text content-Small seven notes

PHP to get the image in the text content

PHP to get the image in the text content
2 years ago
02558
PHP prints various types of data, debugging programs - Xiaoqi Notes

PHP prints various types of data, debugging programs

PHP prints various types of data, debugging programs
PHP URL Redirection - Seven Notes
PHP replace the url of all images in the html code, add new url - Xiaoqi Notes

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 to remove the p tag in html-Small seven notes

PHP removes p tags from html

PHP removes p tags from html
PHP input() receive data (get,post, etc.) - Xiaoqi Notes

PHP input() to receive data (get,post, etc.)

PHP input() to receive data (get,post, etc.)
PHP Remove all html code in a string (formatting code html) - Xiaoqi Notes

PHP Remove all html code from string (formatting code html)

PHP Remove all html code from string (formatting code html)