PHP Function List
vardump doesn't exist. Closest matches:
- var_dump
- variant_imp
- variant_cmp
- debug_zval_dump
- harupage
- varnishadmin
- apc_bin_dump
- array_sum
- haruimage
- yaf_route_map
- array_map
- rrdupdater
- rrd_update
- var_export
- strcmp
- imagecharup
- svn_cleanup
- variant_div
- variant_mul
- variant_mod
Site Search Results
-
This function displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure. In PHP 5 all public, private and protected properties of ...
-
重载 PHP所提供的" 重载 "(overloading)是指动态地" 创建 "类属性和方法。我们是通过魔术方法(magic methods)来实现的。 当调用当前环境下未定义或不可见的类属性或方法时,重载方法会被调用。
-
字符串 一个 字符串 就是由一系列的字符组成,因此,一个字符就是一个字节。这就是说,一个字节只能有256种不同的变化,这也暗示了PHP无 法原生支持Unicode 。
-
Return Values Returns the variable representation when the return parameter is used and evaluates to TRUE. Otherwise, this function will return NULL.
-
布尔类型 这是最简单的类型。boolean 表达了真值,可以为 TRUE 或 FALSE。 Note: 布尔类型是 PHP 4 引进的。
-
Return Values Returns TRUE if the method given by method_name has been defined for the given object, FALSE otherwise.
-
引用定位 许多 PHP 的语法结构是通过引用机制实现的,所以上述有关引用绑定的一切也都适用于这些结构。一些结构,例如引用传递和返回,已经在上面提到了。
-
Example #1 Quickhash Example <?php $set = new QuickHashIntSet ( 1024, QuickHashIntSet:: CHECK_FOR_DUPES ); $set-> add ( 1 ); $set-> add ( 3 ); var_dump ( $set-> exists ( 3 ) ); var_dump ( $set-> exists ( 4 ) ); $set-> saveToFile ( "/tmp/test-set.set" );
-
如果 var 存在则返回 TRUE,否则返回 FALSE。 如果已经使用 unset() 释放了一个变量之后,它将不再是 isset()。若使用 isset() 测试一个被设置成 NULL 的变量,将返回 FALSE。
-
数组运算符 例子 名称 结果 $a + $b 联合 $a 和 $b 的联合。 $a == $b 相等 如果 $a 和 $b 具有相同的键/值对则为 TRUE。 $a === $b 全等 如果 $a 和 $b 具有相同的键/值对并且顺序和类型都相同则为 TRUE。

Other forms of search
To search the string "vardump" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
