Command for PHP information and configuration

[php] $php –info phpinfo() PHP Version => 7.3.0RC3 System => Linux debian 4.17.0-3-amd64 #1 SMP Debian 4.17.17-1 (2018-08-18) x86_64 Build Date => Oct 15 2018 09:53:04 Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /etc/php/7.3/cli Loaded Configuration File => /etc/php/7.3/cli/php.ini Scan this dir for additional .ini files …

Understanding a WordPress Plugin

<?php /* Plugin Name: Yet Another Search Meddle Plugin URI: Version: 0.1 Author: Jeffrin Jose T and Public Domain Author URI: http://linkedin.com/in/jeffrinl Description: modifying the way search results are displayed */ function resultsperpage($limits) { /* resultsperpage – it is a custom created php function. */ if (is_search()) { /* is_search() – it is an inbuilt …

APC alternate PHP cache ( apc_add )

The alternate PHP cache is free and open opcode cache for PHP. http://en.wikipedia.org/wiki/Opcode $variable= ‘Iam ok’; apc_add(‘foo’,$variable); var_dump(apc_fetch(‘foo’)); the above code is not working as desired. the output we get is “bool(false)” http://www.techterms.com/definition/parse -r code Run PHP code without using script tags ‘ Armstrong, Neil: The Eagle Has Landed [audio:http://www.freeinfosociety.com/media/sounds/18.mp3]