php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
type.c File Reference
#include "php.h"

Go to the source code of this file.

Functions

 PHP_FUNCTION (gettype)
 
 PHP_FUNCTION (get_debug_type)
 
 PHP_FUNCTION (settype)
 
 PHP_FUNCTION (intval)
 
 PHP_FUNCTION (floatval)
 
 PHP_FUNCTION (boolval)
 
 PHP_FUNCTION (strval)
 
 PHP_FUNCTION (is_null)
 
 PHP_FUNCTION (is_resource)
 
 PHP_FUNCTION (is_bool)
 
 PHP_FUNCTION (is_int)
 
 PHP_FUNCTION (is_float)
 
 PHP_FUNCTION (is_string)
 
 PHP_FUNCTION (is_array)
 
 PHP_FUNCTION (array_is_list)
 
 PHP_FUNCTION (is_object)
 
 PHP_FUNCTION (is_numeric)
 
 ZEND_FRAMELESS_FUNCTION (is_numeric, 1)
 
 PHP_FUNCTION (is_scalar)
 
 PHP_FUNCTION (is_callable)
 
 PHP_FUNCTION (is_iterable)
 
 PHP_FUNCTION (is_countable)
 

Function Documentation

◆ PHP_FUNCTION() [1/21]

PHP_FUNCTION ( array_is_list )

Definition at line 324 of file type.c.

◆ PHP_FUNCTION() [2/21]

PHP_FUNCTION ( boolval )

Definition at line 214 of file type.c.

◆ PHP_FUNCTION() [3/21]

PHP_FUNCTION ( floatval )

Definition at line 201 of file type.c.

◆ PHP_FUNCTION() [4/21]

PHP_FUNCTION ( get_debug_type )

Definition at line 39 of file type.c.

◆ PHP_FUNCTION() [5/21]

PHP_FUNCTION ( gettype )

Definition at line 20 of file type.c.

◆ PHP_FUNCTION() [6/21]

PHP_FUNCTION ( intval )

Definition at line 142 of file type.c.

◆ PHP_FUNCTION() [7/21]

PHP_FUNCTION ( is_array )

Definition at line 317 of file type.c.

◆ PHP_FUNCTION() [8/21]

PHP_FUNCTION ( is_bool )

Definition at line 279 of file type.c.

◆ PHP_FUNCTION() [9/21]

PHP_FUNCTION ( is_callable )

Definition at line 414 of file type.c.

◆ PHP_FUNCTION() [10/21]

PHP_FUNCTION ( is_countable )

Definition at line 457 of file type.c.

◆ PHP_FUNCTION() [11/21]

PHP_FUNCTION ( is_float )

Definition at line 301 of file type.c.

◆ PHP_FUNCTION() [12/21]

PHP_FUNCTION ( is_int )

Definition at line 293 of file type.c.

◆ PHP_FUNCTION() [13/21]

PHP_FUNCTION ( is_iterable )

Definition at line 444 of file type.c.

◆ PHP_FUNCTION() [14/21]

PHP_FUNCTION ( is_null )

Definition at line 263 of file type.c.

◆ PHP_FUNCTION() [15/21]

PHP_FUNCTION ( is_numeric )

Definition at line 367 of file type.c.

◆ PHP_FUNCTION() [16/21]

PHP_FUNCTION ( is_object )

Definition at line 338 of file type.c.

◆ PHP_FUNCTION() [17/21]

PHP_FUNCTION ( is_resource )

Definition at line 271 of file type.c.

◆ PHP_FUNCTION() [18/21]

PHP_FUNCTION ( is_scalar )

Definition at line 389 of file type.c.

◆ PHP_FUNCTION() [19/21]

PHP_FUNCTION ( is_string )

Definition at line 309 of file type.c.

◆ PHP_FUNCTION() [20/21]

PHP_FUNCTION ( settype )

Definition at line 84 of file type.c.

◆ PHP_FUNCTION() [21/21]

PHP_FUNCTION ( strval )

Definition at line 227 of file type.c.

◆ ZEND_FRAMELESS_FUNCTION()

ZEND_FRAMELESS_FUNCTION ( is_numeric ,
1  )

Definition at line 379 of file type.c.