categorization
arrange in order
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 Date, Time, Byte Conversion
1, convert bytes to other units (Gb, Mb, etc.) 2, time conversion (convert seconds to time) /** * Function dataformat * Time conversion (convert seconds to time) * @param $n INT time */ function dataformat($n) { $hours = f ...
WeChat for Windows Double & Multi-open Tutorial
1.Win + R keys, in the Run enter cmd, enter 2.Copy the following content input to the cmd input box, enter, need to open more than a few on the input a few times (each time after the input need to enter) start C:\'Program Files (x86)'\Tencent\WeChat\WeChat.exe ...
Cell phone type access judgment
1. determine if it is mobile access ** * determine if it is mobile access * @return boolean */ function cmf_is_mobile() { if (PHP_SAPI ! = 'cli') { static $cmf_is_mobile; if (isset($cmf_is_mobile)) return $cmf...
PHP CURL operations
The CURL class implements a wrapper around the PHP Curl extension, using instances of this class to enable remote access. To use this module you need to enable the Curl extension. 1, initiate get request function get_url($url) { $ch = curl_init(); $header[] = ''; curl_setop...
PHP prints various types of data, debugging programs
PHP prints various types of data, debugging programs
php Extract image addresses from HTML articles class
php Extract image addresses from HTML articles class











