ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/compat.php

str_contains()

Function: Polyfill for `str_contains()` function added in PHP 8.0.

Source: wp-includes/compat.php:237

Used by 36 functions | Uses 0 functions

str_starts_with()

Function: Polyfill for `str_starts_with()` function added in PHP 8.0.

Source: wp-includes/compat.php:255

Used by 26 functions | Uses 0 functions

str_ends_with()

Function: Polyfill for `str_ends_with()` function added in PHP 8.0.

Source: wp-includes/compat.php:277

Used by 5 functions | Uses 0 functions

_json_decode_object_helper()

Function:

Source: wp-includes/compat.php:323

Used by 0 functions | Uses 0 functions

hash_equals()

Function: Timing attack safe string comparison

Source: wp-includes/compat.php:351

Used by 0 functions | Uses 0 functions

json_last_error_msg()

Function: Retrieves the error string of the last json_encode() or json_decode() call.

Source: wp-includes/compat.php:389

Used by 0 functions | Uses 0 functions

array_replace_recursive()

Function: PHP-agnostic version of {@link array_replace_recursive()}.

Source: wp-includes/compat.php:460

Used by 0 functions | Uses 0 functions

is_countable()

Function: Polyfill for is_countable() function added in PHP 7.3.

Source: wp-includes/compat.php:468

Used by 0 functions | Uses 0 functions

is_iterable()

Function: Polyfill for is_iterable() function added in PHP 7.1.

Source: wp-includes/compat.php:490

Used by 0 functions | Uses 0 functions

json_decode()

Function:

Source: wp-includes/compat.php:305

Used by 0 functions | Uses 0 functions
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy