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@67729 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c761103b93
commit
a765ee205d
3 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<reference id="ref.dio">
|
||||
<title>Direct IO functions</title>
|
||||
<titleabbrev>DIO functions</titleabbrev>
|
||||
|
@ -195,8 +195,8 @@
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
Function <function>fstat</function> returns information about the
|
||||
file with file descriptor
|
||||
Function <function>dio_stat</function> returns information about
|
||||
the file with file descriptor
|
||||
<parameter>fd</parameter>. <function>dio_stat</function> returns
|
||||
an associative array with the following keys:
|
||||
<itemizedlist>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<reference id="ref.iisfunc">
|
||||
<title>IIS Administration functions</title>
|
||||
<titleabbrev>IIS Functions</titleabbrev>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<simpara>
|
||||
This extension is available for Win32 only. It provides functions
|
||||
to administrate Microsoft Internet Information Server (IIS).
|
||||
The extension includes function to create web sites and vertual
|
||||
The extension includes function to create web sites and virtual
|
||||
directories as well as configuring security and script mapping.
|
||||
These functions have been added in PHP 4.
|
||||
</simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<reference id="ref.notes">
|
||||
<title>Lotus Notes functions</title>
|
||||
<titleabbrev>Lotus Notes</titleabbrev>
|
||||
|
@ -94,7 +94,7 @@
|
|||
<refentry id="function.notes-mark-read">
|
||||
<refnamediv>
|
||||
<refname>notes_mark_read</refname>
|
||||
<refpurpose>Mark a note_id as read for the User user_nam</refpurpose>
|
||||
<refpurpose>Mark a note_id as read for the User user_name</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -116,7 +116,7 @@
|
|||
<refentry id="function.notes-mark-unread">
|
||||
<refnamediv>
|
||||
<refname>notes_mark_unread</refname>
|
||||
<refpurpose>Mark a note_id as unread for the User user_na</refpurpose>
|
||||
<refpurpose>Mark a note_id as unread for the User user_name</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -138,7 +138,7 @@
|
|||
<refentry id="function.notes-unread">
|
||||
<refnamediv>
|
||||
<refname>notes_unread</refname>
|
||||
<refpurpose>Returns the unread note id's for the current User user_nam</refpurpose>
|
||||
<refpurpose>Returns the unread note id's for the current User user_name</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -248,7 +248,7 @@
|
|||
<refentry id="function.notes-search">
|
||||
<refnamediv>
|
||||
<refname>notes_search</refname>
|
||||
<refpurpose>Find notes that match keywords in database_na</refpurpose>
|
||||
<refpurpose>Find notes that match keywords in database_name</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -290,7 +290,7 @@
|
|||
<refentry id="function.notes-list-msgs">
|
||||
<refnamediv>
|
||||
<refname>notes_list_msgs</refname>
|
||||
<refpurpose>Returns the notes from a selected database_nam</refpurpose>
|
||||
<refpurpose>Returns the notes from a selected database_name</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue