Useful Information about PHP

Hi friends, Below things are very useful when we develop websites using php code. We most know about these things. 1) To check pear package is installed in your server or not. 1234<?php require_once ‘System.php’; var_dump(class_exists(’System’)); ?> Note : It will give information about pear package in our server.