mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Misnamed function in new manual page.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110293 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d58e9b4c7a
commit
f86260b258
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.stream-get-options">
|
||||
<refentry id="function.stream-context-get-options">
|
||||
<refnamediv>
|
||||
<refname>stream_get_options</refname>
|
||||
<refname>stream_context_get_options</refname>
|
||||
<refpurpose>Retrieve options for a stream/wrapper/context</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>stream_get_options</methodname>
|
||||
<type>bool</type><methodname>stream_context_get_options</methodname>
|
||||
<methodparam><type>resource</type><parameter>stream|context</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
Loading…
Reference in a new issue