Skip to content

Instantly share code, notes, and snippets.

@Zayon
Last active April 10, 2018 13:02
Show Gist options
  • Save Zayon/a78829f0e4c658e271399a29f7fdb01d to your computer and use it in GitHub Desktop.
Save Zayon/a78829f0e4c658e271399a29f7fdb01d to your computer and use it in GitHub Desktop.
PHP backslash function shortlist
"array_slice"
"assert"
"boolval"
"call_user_func"
"call_user_func_array"
"chr"
"count"
"defined"
"doubleval"
"floatval"
"func_get_args"
"func_num_args"
"get_called_class"
"get_class"
"gettype"
"in_array"
"intval"
"is_array"
"is_bool"
"is_double"
"is_float"
"is_int"
"is_integer"
"is_long"
"is_null"
"is_object"
"is_real"
"is_resource"
"is_string"
"ord"
"strlen"
"strval"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment