mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aec7115f7d
commit
00b24704ca
3 changed files with 6 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.113 $ -->
|
||||
<!-- $Revision: 1.114 $ -->
|
||||
<reference id="ref.filesystem">
|
||||
<title>Filesystem functions</title>
|
||||
<titleabbrev>Filesystem</titleabbrev>
|
||||
|
@ -1190,9 +1190,7 @@ $fcontents = join ('', file ('http://www.php.net/'));
|
|||
<paramdef>string <parameter>filename</parameter></paramdef>
|
||||
<paramdef>string <parameter>mode</parameter></paramdef>
|
||||
<paramdef>int
|
||||
<parameter>
|
||||
<optional>use_include_path</optional>
|
||||
</parameter>
|
||||
<parameter><optional>use_include_path</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.gmp">
|
||||
<title>GMP functions</title>
|
||||
<titleabbrev>GMP</titleabbrev>
|
||||
|
@ -169,7 +169,7 @@ print gmp_strval (fact (1000)) . "\n";
|
|||
<title>Converting a GMP number to a string</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
<?php
|
||||
$a = gmp_init("0x41682179fbf5");
|
||||
printf ("Decimal: %s, 36-based: %s", gmp_strval($a), gmp_strval($a,36));
|
||||
?>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.59 $ -->
|
||||
<!-- $Revision: 1.60 $ -->
|
||||
<reference id='ref.imap'>
|
||||
<title>IMAP, POP3 and NNTP functions</title>
|
||||
<titleabbrev>IMAP</titleabbrev>
|
||||
|
@ -2389,7 +2389,7 @@ print imap_rfc822_write_address("hartmut","cvs.php.net","Hartmut Holzgraefe")."\
|
|||
</funcsynopsis>
|
||||
<para>
|
||||
Returns an array containing the names of the mailboxes that have
|
||||
<parameter>string</parameter> in the text of the mailbox.
|
||||
<parameter>content</parameter> in the text of the mailbox.
|
||||
This function is similar to <function>imap_listmailbox</function>,
|
||||
but it will additionally check for the presence of the string
|
||||
<parameter>content</parameter> inside the mailbox data.
|
||||
|
|
Loading…
Reference in a new issue