Technical Notes

Centos, Ubuntu, Windows, Luinx system use
PHP Get Remote Image Display (Remote 403) - Xiaoqi Notes

PHP Get Remote Image Display (Remote 403)

PHP Get Remote Image Display (Remote 403)
2 years ago
020314
WordPress using Redis cache (Redis Object Cache plugin) to optimize the performance of access - Xiaoqi Notes

WordPress using Redis cache (Redis Object Cache plugin) to optimize access performance

Redis Object Cache A persistent object caching backend powered by Redis. Supports Predis, PhpRedis (PECL), Relay, replication, sentinels, clustering, and WP-CLI. Rewritten for raw performance 100% WordPress API compatible...
2 years ago
029214
PHP checks whether a pure number - Seven Notes

PHP checks if the number is a plain number

The first: directly use a function, is_numeric() This function is to detect whether the parameter is a number, if so, return true, if not, return false, for example: is\_numeric( 'abcd123' ) ordie('the provided parameter is not a number'); The second ...
PHP Simple Generation of Random Numbers, Strings - Xiaoqi Notes

PHP Simple Generation of Random Numbers, Strings

1. Generate random string /** * Generate random string * * @param int $length Output length * @param string $chars Optional , default is 0123456789 * @return string string */ function random( $length, $chars ...
Powerful php file upload class-Small seven notes

Powerful php file upload class

Powerful php file upload class
2 years ago
023514
PHP PUT method upload - Seven Notes

PHP PUT method upload

PHP PUT method upload
2 years ago
015213
PHP to remove the p tag in html-Small seven notes

PHP removes p tags from html

PHP removes p tags from html
2 years ago
014513
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 input() receive data (get,post, etc.) - Xiaoqi Notes

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

PHP input() to receive data (get,post, etc.)
2 years ago
023913
php on html page compression function-Small seven notes

php to html page compression function

Compression of html pages to reduce file size
2 years ago
028513
php FTP operation class-Small Seven Notes

php FTP operation class

php FTP operation class
2 years ago
023213
PHP XML Encoding - Seven Notes

PHP XML encoding

PHP XML encoding
2 years ago
024413