Contents

PHP tutorials

Introduction

Syntax

Variables

Data Types

Operators

echo

If/Else

Loops

chmod()

mail()

date()

phpinfo()

 

 

phpinfo()

This function outputs a large amount of information about the current state and configuration of PHP. This includes and displays information about PHP compilation options and extensions, the PHP installed version and environment, server information and environment, paths, master and local values of configuration options and the values of various PHP variables.

<?php

phpinfo();

?>