File tree Expand file tree Collapse file tree 15 files changed +28
-18
lines changed Expand file tree Collapse file tree 15 files changed +28
-18
lines changed Original file line number Diff line number Diff line change 9
9
&reftitle.description;
10
10
<methodsynopsis role =" DOMNode" >
11
11
<modifier >public</modifier > <type >DOMNode</type ><methodname >DOMNode::getRootNode</methodname >
12
- <methodparam choice =" opt" ><type > array</type ><parameter >options</parameter ><initializer >&null; </initializer ></methodparam >
12
+ <methodparam choice =" opt" ><type class = " union " >< type > array</ type >< type >null</ type > </type ><parameter >options</parameter ><initializer >&null; </initializer ></methodparam >
13
13
</methodsynopsis >
14
14
<para >
15
15
Get root node.
Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis >
12
- <type >bool </type ><methodname >trigger_error</methodname >
12
+ <type >true </type ><methodname >trigger_error</methodname >
13
13
<methodparam ><type >string</type ><parameter >message</parameter ></methodparam >
14
14
<methodparam choice =" opt" ><type >int</type ><parameter >error_level</parameter ><initializer ><constant >E_USER_NOTICE</constant ></initializer ></methodparam >
15
15
</methodsynopsis >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <refentry xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id = " function.hash-pbkdf2 " >
3
+ <refentry xml : id = " function.hash-pbkdf2 " xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
4
4
<refnamediv >
5
5
<refname >hash_pbkdf2</refname >
6
6
<refpurpose >Generate a PBKDF2 key derivation of a supplied password</refpurpose >
16
16
<methodparam ><type >int</type ><parameter >iterations</parameter ></methodparam >
17
17
<methodparam choice =" opt" ><type >int</type ><parameter >length</parameter ><initializer >0</initializer ></methodparam >
18
18
<methodparam choice =" opt" ><type >bool</type ><parameter >binary</parameter ><initializer >&false; </initializer ></methodparam >
19
+ <methodparam choice =" opt" ><type >array</type ><parameter >options</parameter ><initializer >[]</initializer ></methodparam >
19
20
</methodsynopsis >
20
21
</refsect1 >
21
22
82
83
</para >
83
84
</listitem >
84
85
</varlistentry >
86
+ <varlistentry >
87
+ <term ><parameter >options</parameter ></term >
88
+ <listitem >
89
+ <para >
90
+ An array of options for the various hashing algorithms. Currently, only the "seed" parameter is
91
+ supported by the MurmurHash variants.
92
+ </para >
93
+ </listitem >
94
+ </varlistentry >
85
95
</variablelist >
86
96
</para >
87
97
</refsect1 >
Original file line number Diff line number Diff line change 14
14
<methodparam ><type >int</type ><parameter >dayOfMonth</parameter ></methodparam >
15
15
<methodparam ><type >int</type ><parameter >hour</parameter ></methodparam >
16
16
<methodparam ><type >int</type ><parameter >minute</parameter ></methodparam >
17
- <methodparam choice =" opt" ><type > int</type ><parameter >second</parameter ><initializer >&null; </initializer ></methodparam >
17
+ <methodparam choice =" opt" ><type class = " union " >< type > int</ type >< type >null</ type > </type ><parameter >second</parameter ><initializer >&null; </initializer ></methodparam >
18
18
</methodsynopsis >
19
19
<para >
20
20
Sets a date and time fields to the given value.
Original file line number Diff line number Diff line change 8
8
<refsect1 role =" description" >
9
9
&reftitle.description;
10
10
<methodsynopsis role =" IntlGregorianCalendar" >
11
- <modifier >public</modifier > <type >static</type ><methodname >IntlGregorianCalendar::createFromDate</methodname >
11
+ <modifier >public</modifier > <modifier >static</ modifier > < type >static</type ><methodname >IntlGregorianCalendar::createFromDate</methodname >
12
12
<methodparam ><type >int</type ><parameter >year</parameter ></methodparam >
13
13
<methodparam ><type >int</type ><parameter >month</parameter ></methodparam >
14
14
<methodparam ><type >int</type ><parameter >dayOfMonth</parameter ></methodparam >
Original file line number Diff line number Diff line change 8
8
<refsect1 role =" description" >
9
9
&reftitle.description;
10
10
<methodsynopsis role =" IntlGregorianCalendar" >
11
- <modifier >public</modifier > <type >static</type ><methodname >IntlGregorianCalendar::createFromDateTime</methodname >
11
+ <modifier >public</modifier > <modifier >static</ modifier > < type >static</type ><methodname >IntlGregorianCalendar::createFromDateTime</methodname >
12
12
<methodparam ><type >int</type ><parameter >year</parameter ></methodparam >
13
13
<methodparam ><type >int</type ><parameter >month</parameter ></methodparam >
14
14
<methodparam ><type >int</type ><parameter >dayOfMonth</parameter ></methodparam >
15
15
<methodparam ><type >int</type ><parameter >hour</parameter ></methodparam >
16
16
<methodparam ><type >int</type ><parameter >minute</parameter ></methodparam >
17
- <methodparam choice =" opt" ><type > int</type ><parameter >second</parameter ><initializer >&null; </initializer ></methodparam >
17
+ <methodparam choice =" opt" ><type class = " union " >< type > int</ type >< type >null</ type > </type ><parameter >second</parameter ><initializer >&null; </initializer ></methodparam >
18
18
</methodsynopsis >
19
19
<para >
20
20
Creates a new <classname >IntlGregorianCalendar</classname > instance from date and time.
Original file line number Diff line number Diff line change 11
11
<methodsynopsis >
12
12
<type >bool</type ><methodname >json_validate</methodname >
13
13
<methodparam ><type >string</type ><parameter >json</parameter ></methodparam >
14
- <methodparam ><type >int</type ><parameter >depth</parameter ><initializer >512</initializer ></methodparam >
15
- <methodparam ><type >int</type ><parameter >flags</parameter ><initializer >0</initializer ></methodparam >
14
+ <methodparam choice = " opt " ><type >int</type ><parameter >depth</parameter ><initializer >512</initializer ></methodparam >
15
+ <methodparam choice = " opt " ><type >int</type ><parameter >flags</parameter ><initializer >0</initializer ></methodparam >
16
16
</methodsynopsis >
17
17
<para >
18
18
Returns whether the given &string; is syntactically valid JSON.
Original file line number Diff line number Diff line change 12
12
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >uri</parameter ><initializer >&null; </initializer ></methodparam >
13
13
<methodparam ><type >string</type ><parameter >wallet</parameter ></methodparam >
14
14
<methodparam ><type >string</type ><parameter >password</parameter ></methodparam >
15
- <methodparam choice =" opt" ><type >int</type ><parameter >auth_mode</parameter ><initializer >GSLC_SSL_NO_AUTH</initializer ></methodparam >
15
+ <methodparam choice =" opt" ><type >int</type ><parameter >auth_mode</parameter ><initializer >< constant > GSLC_SSL_NO_AUTH</ constant > </initializer ></methodparam >
16
16
</methodsynopsis >
17
17
<para >
18
18
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <refentry xmlns =" http://docbook.org/ns/docbook" xml : id = " function.long2ip " >
3
+ <refentry xml : id = " function.long2ip " xmlns =" http://docbook.org/ns/docbook" >
4
4
<refnamediv >
5
5
<refname >long2ip</refname >
6
6
<refpurpose >Converts a long integer address into a string in (IPv4) Internet standard dotted format</refpurpose >
9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis >
12
- <type class = " union " >< type > string</ type >< type >false</ type > </type ><methodname >long2ip</methodname >
12
+ <type > string</type ><methodname >long2ip</methodname >
13
13
<methodparam ><type >int</type ><parameter >ip</parameter ></methodparam >
14
14
</methodsynopsis >
15
15
<para >
Original file line number Diff line number Diff line change 10
10
&reftitle.description;
11
11
<methodsynopsis >
12
12
<type >bool</type ><methodname >ob_start</methodname >
13
- <methodparam choice =" opt" ><type > callable</type ><parameter >callback</parameter ><initializer >&null; </initializer ></methodparam >
13
+ <methodparam choice =" opt" ><type class = " union " >< type > callable</ type >< type >null</ type > </type ><parameter >callback</parameter ><initializer >&null; </initializer ></methodparam >
14
14
<methodparam choice =" opt" ><type >int</type ><parameter >chunk_size</parameter ><initializer >0</initializer ></methodparam >
15
15
<methodparam choice =" opt" ><type >int</type ><parameter >flags</parameter ><initializer ><constant >PHP_OUTPUT_HANDLER_STDFLAGS</constant ></initializer ></methodparam >
16
16
</methodsynopsis >
Original file line number Diff line number Diff line change 9
9
&reftitle.description;
10
10
<methodsynopsis >
11
11
<type class =" union" ><type >SimpleXMLElement</type ><type >null</type ></type ><methodname >simplexml_import_dom</methodname >
12
- <methodparam ><type class = " union " >< type >SimpleXMLElement</ type >< type >DOMNode</ type > </type ><parameter >node</parameter ></methodparam >
12
+ <methodparam ><type >object </type ><parameter >node</parameter ></methodparam >
13
13
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >class_name</parameter ><initializer >SimpleXMLElement::class</initializer ></methodparam >
14
14
</methodsynopsis >
15
15
<para >
Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis role =" SplFixedArray" >
12
- <modifier >public</modifier > <type >mixed </type ><methodname >SplFixedArray::jsonSerialize</methodname >
12
+ <modifier >public</modifier > <type >array </type ><methodname >SplFixedArray::jsonSerialize</methodname >
13
13
<void />
14
14
</methodsynopsis >
15
15
<para >
Original file line number Diff line number Diff line change 8
8
<refsect1 role =" description" >
9
9
&reftitle.description;
10
10
<methodsynopsis >
11
- <type >bool </type ><methodname >stream_context_set_options</methodname >
11
+ <type >true </type ><methodname >stream_context_set_options</methodname >
12
12
<methodparam ><type >resource</type ><parameter >context</parameter ></methodparam >
13
13
<methodparam ><type >array</type ><parameter >options</parameter ></methodparam >
14
14
</methodsynopsis >
Original file line number Diff line number Diff line change 9
9
<refsect1 role =" description" >
10
10
&reftitle.description;
11
11
<methodsynopsis >
12
- <type >bool </type ><methodname >stream_context_set_params</methodname >
12
+ <type >true </type ><methodname >stream_context_set_params</methodname >
13
13
<methodparam ><type >resource</type ><parameter >context</parameter ></methodparam >
14
14
<methodparam ><type >array</type ><parameter >params</parameter ></methodparam >
15
15
</methodsynopsis >
Original file line number Diff line number Diff line change 9
9
&reftitle.description;
10
10
<methodsynopsis role =" ZipArchive" >
11
11
<modifier >public</modifier > <type >int</type ><methodname >ZipArchive::getArchiveFlag</methodname >
12
- <methodparam ><type >int</type ><parameter >flag</parameter ><initializer >0</ initializer >< /methodparam >
12
+ <methodparam ><type >int</type ><parameter >flag</parameter ></methodparam >
13
13
<methodparam choice =" opt" ><type >int</type ><parameter >flags</parameter ><initializer >0</initializer ></methodparam >
14
14
</methodsynopsis >
15
15
<para >
You can’t perform that action at this time.
0 commit comments