mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added entities and role attributes, as per Richard's suggestion
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303721 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2a808b9be
commit
1d75749ee3
5 changed files with 18 additions and 18 deletions
|
@ -8,18 +8,18 @@
|
|||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>Procedural style</para>
|
||||
<methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>string</type><methodname>finfo_buffer</methodname>
|
||||
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>string</parameter><initializer>&null;</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>OOP style</para>
|
||||
<para>&style.oop;</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>finfo</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<methodsynopsis role="oop">
|
||||
<type>string</type><methodname>buffer</methodname>
|
||||
<methodparam><type>string</type><parameter>string</parameter><initializer>&null;</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>Procedural style</para>
|
||||
<methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>bool</type><methodname>finfo_close</methodname>
|
||||
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>OOP style</para>
|
||||
<para>&style.oop;</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>finfo</classname></ooclass>
|
||||
<destructorsynopsis>
|
||||
|
|
|
@ -8,18 +8,18 @@
|
|||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>Procedural style</para>
|
||||
<methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>string</type><methodname>finfo_file</methodname>
|
||||
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>file_name</parameter><initializer>&null;</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>OOP style</para>
|
||||
<para>&style.oop;</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>finfo</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<methodsynopsis role="oop">
|
||||
<type>string</type><methodname>file</methodname>
|
||||
<methodparam><type>string</type><parameter>file_name</parameter><initializer>&null;</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>Procedural style</para>
|
||||
<methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>resource</type><methodname>finfo_open</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>magic_file</parameter><initializer>&null;</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (constructor):</para>
|
||||
<para>&style.oop; (constructor):</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>finfo</classname></ooclass>
|
||||
<constructorsynopsis>
|
||||
|
|
|
@ -8,16 +8,16 @@
|
|||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>Procedural style</para>
|
||||
<methodsynopsis>
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>bool</type><methodname>finfo_set_flags</methodname>
|
||||
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>OOP style</para>
|
||||
<para>&style.oop;</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>finfo</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<methodsynopsis role="oop">
|
||||
<type>bool</type><methodname>set_flags</methodname>
|
||||
<methodparam><type>int</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
Loading…
Reference in a new issue