mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
added a function and some cosmetic changes and fixed typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29868 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d5c10cc9d1
commit
c2411a77f8
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
<example>
|
||||
<title><function>readline</function></title>
|
||||
<programlisting role="php">
|
||||
//get 10 commands from user
|
||||
//get 3 commands from user
|
||||
for($i=0; $i < 3; $i++)
|
||||
{
|
||||
$line = readline("Command: ");
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
<para>
|
||||
The E_* constants are typically used with the
|
||||
<function>error_reporting</function> function for setting the
|
||||
error reporting level. See all these constanst at
|
||||
error reporting level. See all these constants at
|
||||
<link linkend="features.error-handling">Error handling</link>.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue