Technical Notes

Centos, Ubuntu, Windows, Luinx system use
PHP Cross Domain Detection - Seven Notes

PHP Cross Domain Detection

PHP Cross Domain Detection
PHP URL Redirection - Seven Notes

PHP URL Redirection

PHP URL Redirection
2 years ago
01765
PHP class library according to ip resolution for the region - provinces and cities - Xiaoqi notes

PHP class libraries are parsed into regions-provinces and cities based on ip

PHP class libraries are parsed into regions-provinces and cities based on ip
2 years ago
017612
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 ...
2 years ago
01686
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
2 years ago
016610
PHP Env Environment Variables Class Library - Xiaoqi Notes

PHP Env Environment Variables Class Library

PHP Env Environment Variables Class Library
2 years ago
016611
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)
2 years ago
015611
PHP to get ip, browser, operating system information-Small seven notes

PHP to get ip, browser, OS information

Get ip, OS, browser information