dams Sun Jan 26 21:57:25 2003 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions popen.xml
Log:
missing programlisting
Index: phpdoc/en/reference/filesystem/functions/popen.xml
diff -u phpdoc/en/reference/filesystem/functions/popen.xml:1.6
phpdoc/en/reference/filesystem/functions/popen.xml:1.7
--- phpdoc/en/reference/filesystem/functions/popen.xml:1.6 Sun Jan 26 21:50:41
2003
+++ phpdoc/en/reference/filesystem/functions/popen.xml Sun Jan 26 21:57:25 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.popen">
<refnamediv>
@@ -37,6 +37,7 @@
<para>
<example>
<title><function>popen</function> examole</title>
+ <programlisting role="php">
<![CDATA[
<?php
$handle = popen ("/bin/ls", "r");
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php