Skip to content

PHP Core

Kirill Nesmeyanov edited this page Apr 24, 2015 · 1 revision

PHP 5.6: Core extension

Functions

Function name JPHP Extension
class_alias - -
class_exists + Core
create_function - -
debug_backtrace + Core
debug_print_backtrace + Core
define + Core
defined + Core
each + StandardExtension
error_reporting + Core
extension_loaded + Core
func_get_arg + Core
func_get_args + Core
func_num_args + Core
function_exists + Core
gc_collect_cycles + Core
gc_disable + Core
gc_enable + Core
gc_enabled + Core
get_called_class + Core
get_class + Core
get_class_methods + Core
get_class_vars + Core
get_declared_classes + Core
get_declared_interfaces + Core
get_declared_traits - -
get_defined_constants + Core
get_defined_functions + Core
get_defined_vars + Core
get_extension_funcs + Core
get_included_files + Core
get_loaded_extensions + Core
get_object_vars + Core
get_parent_class + Core
get_required_files + Core
get_resource_type + Core
interface_exists + Core
is_a + Core
is_subclass_of + Core
method_exists + Core
property_exists + Core
restore_error_handler + Core
restore_exception_handler + Core
set_error_handler + Core
set_exception_handler + Core
strcasecmp + StandardExtension
strcmp + StandardExtension
strlen + StandardExtension
strncasecmp + StandardExtension
strncmp + StandardExtension
trait_exists - -
trigger_error + Core
user_error + Core
zend_version + Core
  • Core: Core (v0.6-SNAPSHOT)
  • StandardExtension: org.develnext.jphp.zend.ext.standard.StandardExtension (v0.6-SNAPSHOT)

Class Closure

Extension: Core (0.6-SNAPSHOT)

Method name JPHP 0.6
__construct -
bind +
bindTo +

Class ErrorException

Extension: Core (0.6-SNAPSHOT)

Method name JPHP 0.6
__construct +
getSeverity +
__clone -
getMessage +
getCode +
getFile +
getLine +
getTrace +
getPrevious -
getTraceAsString +
__toString +

Class Exception

Extension: Core (0.6-SNAPSHOT)

Method name JPHP 0.6
__clone -
__construct +
getMessage +
getCode +
getFile +
getLine +
getTrace +
getPrevious -
getTraceAsString +
__toString +

Class Generator

Extension: Core (0.6-SNAPSHOT)

Method name JPHP 0.6
rewind +
valid +
current +
key +
next +
send +
throw +
__wakeup -

Class stdClass

Extension: Core (0.6-SNAPSHOT)

Method name JPHP 0.6
Clone this wiki locally