Technical NotesTotal 67 articles

Centos, Ubuntu, Windows, Luinx system use
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 Curl Class Library - Seven Notes

PHP Curl Class Library

PHP Curl Class Library
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 WeChat public keyword auto-reply-Small Seven Notes

PHP wechat public keyword autoresponder

PHP wechat public keyword autoresponder
2 years ago
01055
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
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 commonly used variables string checksum rules-Small seven notes

PHP common variable string checksum rules

1, check cell phone number /** * Determine whether the phone format is correct * @param $mobile */ function is_mobile($mobile) { return preg_match('/1[3456789]{1}\d{9}$/',$mobile); } /** * Verify the format of the cell phone * @param $utfstr...
php PDO database class library - Xiaoqi notes
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
Commonly used broadband speed measurement tools-Small Seven Notes

Commonly used broadband speed measurement tools

Network speed test tool provides network speed test, network quality test, broadband speed test, Wi-Fi speed test, 5G speed test, IPv6 speed test, bandwidth detection, router speed test, gateway speed test, broadband speed boost, broadband upgrade, network acceleration, intranet speed test, private network speed test, video test, game speed test...
PHP image to add image or text watermark - Seven Notes

PHP Image add image or text watermark

PHP Image add image or text watermark