mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
adding two see-also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75454 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
49a9d19bf4
commit
128615e934
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.98 $ -->
|
||||
<!-- $Revision: 1.99 $ -->
|
||||
<reference id="ref.variables">
|
||||
<title>Variable Functions</title>
|
||||
<titleabbrev>Variables</titleabbrev>
|
||||
|
@ -205,7 +205,7 @@ print $float_value_of_var; // prints 122.34343
|
|||
<function>is_numeric</function>,
|
||||
<function>is_object</function>,
|
||||
<function>is_resource</function>,
|
||||
<function>is_scalar</function> and
|
||||
<function>is_scalar</function>, and
|
||||
<function>is_string</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -579,7 +579,9 @@ import_request_variables("gP", "rvar_");
|
|||
<function>is_int</function>,
|
||||
<function>is_string</function>,
|
||||
<function>is_object</function>,
|
||||
<function>is_array</function>, and
|
||||
<function>is_array</function>,
|
||||
<function>is_integer</function>, and
|
||||
<function>is_real</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue