Documentation online
You can read the documentation online is various languages, even in printer friendly HTML format.
Our downloads on the main php.net server are hosted on port 8000. If your setup can\'t handle this, please choose another mirror site, and try the download page there.
If you are using a capable browser, the file size and date will show up when you move the mouse above the link. If you use another browser, or would like to see all the information, you can click here to see all the file sizes and dates.
Note, that the recent versions of WinZip and other zip programs on Windows can handle .tar.gz compressed files. If you have such a program, you can save download time for yourself, if you choose the .tar.gz formats, instead of .zip.
'; commonHeader("Download documentation"); $man_languages = array('en', 'pt_BR', 'cs', 'nl', 'fr', 'de', 'hu', 'it', 'ja', 'kr', 'es'); # array structure: (header, link_text, show_size_for_package) $formats = array( "manual.txt.gz" => array("Plain text", "txt.gz"), "bigmanual.html.gz" => array("Single HTML", "html.gz"), "manual.tar.gz" => array("Many HTML files", "tar.gz"), "manual.tar.bz2" => array("Many HTML files", "tar.bz2"), "manual.zip" => array("Many HTML files", "zip"), "php_manual_LANG.pdf.gz" => array("PDF", "pdf.gz"), "php_manual_LANG.pdf.bz2" => array("PDF", "pdf.bz2"), "php_manual_LANG.pdf.zip" => array("PDF", "pdf.zip"), "manual_doc.pdb" => array("PalmPilot DOC", "doc.pdb"), "manual_isilo.pdb" => array("PalmPilot iSilo", "isilo.pdb"), "manual-LANG.chm" => array("Windows HTML Help", "chm") ); ?>The PHP manual is available in a selection of languages and formats. Pick a language and format from the table below to start downloading.
Note that the packaged HTML versions of the manual (tar.gz, tar.bz2 and zip) don't contain any directories, so all of the files will be dumped into your current working directory when you expand the archive unless the tool you use does otherwise.
| $v[0]\n"; }?> | $language | \n"; reset($formats); while (list($fn,$details) = each($formats)) { echo "";
$link_to = "";
if (file_exists("manual/$langcode/$fn")) {
$link_to = "manual/$langcode/$fn";
}
elseif (file_exists("distributions/manual/php_manual_$langcode.$details[1]")) {
$link_to = "distributions/manual/php_manual_$langcode.$details[1]";
}
elseif (file_exists("distributions/manual/manual-$langcode.$details[1]")) {
$link_to = "distributions/manual/manual-$langcode.$details[1]";
}
if (!$link_to) {
echo " ";
}
else {
$size = @filesize($link_to);
$changed = @filemtime($link_to);
$date_format = "j M Y"; // Part of the RFC date type (to be short)
if ($size) {
echo "$details[1]";
if ($sizes) {
echo " Size: ", (int) ($size/1024), "Kb Date: ", date($date_format, $changed), ""; } } else { echo " "; } } echo " | \n";
}
}?>
The French PHP manual is also available on an external site, in differents formats. Documentation is the official flavor, while formating and localization has been worked some more (function and examples indexes, short version, search engine..). Besides, those are compressed for faster download. Follow this link for more French downloads
La documentation Française est disponible sur un site secondaire, dans différents formats. C'est la version officielle, complètement francisée et retravaillée. De plus, ces docs sont compressées.