-
Notifications
You must be signed in to change notification settings - Fork 160
PHP Core
Kirill Nesmeyanov edited this page Apr 24, 2015
·
1 revision
Function name | JPHP | Extension |
---|---|---|
- | - | |
class_exists |
+ | Core |
- | - | |
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_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 |
- | - | |
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)
Extension: Core (0.6-SNAPSHOT)
Method name | JPHP 0.6 |
---|---|
- | |
bind |
+ |
bindTo |
+ |
Extension: Core (0.6-SNAPSHOT)
Method name | JPHP 0.6 |
---|---|
__construct |
+ |
getSeverity |
+ |
- | |
getMessage |
+ |
getCode |
+ |
getFile |
+ |
getLine |
+ |
getTrace |
+ |
- | |
getTraceAsString |
+ |
__toString |
+ |
Extension: Core (0.6-SNAPSHOT)
Method name | JPHP 0.6 |
---|---|
- | |
__construct |
+ |
getMessage |
+ |
getCode |
+ |
getFile |
+ |
getLine |
+ |
getTrace |
+ |
- | |
getTraceAsString |
+ |
__toString |
+ |
Extension: Core (0.6-SNAPSHOT)
Method name | JPHP 0.6 |
---|---|
rewind |
+ |
valid |
+ |
current |
+ |
key |
+ |
next |
+ |
send |
+ |
throw |
+ |
- |
Extension: Core (0.6-SNAPSHOT)
Method name | JPHP 0.6 |
---|
JPHP Group 2015