How to install SSH2 extension for PHP on Windows Step 1: Download SSH2 release at here Ex: for PHP 5.4 http://windows.php.net/downloads/pecl/releases/ssh2/0.12/php_ssh2-0.12-5.4-ts-vc9-x86.zip Step 2: extract file…
How to install GeoIp module for PHP on Windows Step 1: Download GeoIP release at here Ex: for PHP 5.4 http://windows.php.net/downloads/pecl/releases/geoip/1.0.8/php_geoip-1.0.8-5.4-ts-vc9-x86.zip Step 2: extract file…
Part 1: PHP: Using SOCKS4 with SSL connection The solution is use function stream_socket_enable_crypto to turn encryption on an already connected socket: We change function…
We can find the PHP array_filter in JavaScript in http://jsphp.co/jsphp/fn/view/array_filter But you can’t use it for find by values. array_filter flag: Flag determining what arguments…