Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

PHP info: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
m (+ cats)
m (Removed open tags)
Línia 1: Línia 1:
Sample output of a file called phpinfo.php that contains the single line:
Sample output of a file called info.php that contains the single line:


   '''<?phpinfo()?>'''
   '''<?php phpinfo(); ?>'''


<table border="0" cellpadding="3" width="600">
<table border="0" cellpadding="3" width="600">

Revisió del 18:49, 13 feb 2007

Sample output of a file called info.php that contains the single line:

  <?php phpinfo(); ?>

http://www.php.net

PHP Version 4.3.3


System Windows NT MYLAPTOP0106 5.1 build 2600
Build Date Aug 24 2003 22:01:16
Server API Apache
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\WINDOWS\php.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety enabled
Registered PHP Streams php, http, ftp, compress.zlib

... This output goes on for about 5 pages.