mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276512 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
242fa858cb
commit
03fbda32b1
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="function.stream-supports-lock" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>stream_supports_lock</refname>
|
||||
<refpurpose>Tells wether the stream supports locking.</refpurpose>
|
||||
<refpurpose>Tells whether the stream supports locking.</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>stream_supports_locking</methodname>
|
||||
<type>bool</type><methodname>stream_supports_lock</methodname>
|
||||
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Tells wether the stream supports locking through
|
||||
Tells whether the stream supports locking through
|
||||
<function>flock</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue