snswm's avatar - Seven Notes
Guangzhou, Guangdong Provincejanitors
The guy was lazy and didn't write anything...
PHP URL Redirection - Seven Notes
Codec Conversion of String Character Sets-Small Seven Notes

Codec conversion of string character sets

String codec conversion including: utf8 to gbk, Simplified Chinese to Traditional Chinese, unicode to utf8, Ascii to Pinyin, Unicode decoding, etc.
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 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...
Good server panel - Seven Notes

Good server panel

Website One-stop creation, management of multiple websites, a variety of open source website system automatically installed and deployed Security Integrated security policy, server security hardening program Eco Built-in application store, open source software, tools and plug-ins, one-click installation and configuration Simple and clear ...
Web Third-Party Embedded Page Speed Optimization - Xiaoqi Notes

Web Third-Party Embedded Page Speed Optimization

Third-party content may affect the performance of our page in a number of ways. For example, it may block rendering, compete for network bandwidth with other resources on our page, and embedding of third-party web pages may cause the layout to shift when loading, which in turn affects our page's Core Web...
PHP capture remote image to local save-Small seven notes

PHP grab remote image to save locally

PHP grab remote image to save locally
PHP Env Environment Variables Class Library - Xiaoqi Notes

PHP Env Environment Variables Class Library

PHP Env Environment Variables Class Library
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)
PHP to get ip, browser, operating system information-Small seven notes
PHP PUT method upload - Seven Notes

PHP PUT method upload

PHP PUT method upload
PHP Split SQL file into multiple sql statements that can be executed individually - Xiaoqi Notes

PHP Split SQL file into multiple sql statements that can be executed separately

PHP Split SQL file into multiple sql statements that can be executed separately