Skip to content

Releases: ascoos/phpbcl8

2.0.5

27 Apr 18:32
2674071

Choose a tag to compare

2.0.5 [2025-04-27]

  • Fix composer.json

2.0.4

27 Apr 08:03
372c05f

Choose a tag to compare

2.0.4 [2025-04-27]

PHP < 8.5

  • Added function array_first.php : Returns the first value of a given array.
  • Added function array_last.php : Returns the last value of a given array.
  • Added function locale_is_right_to_left.php : Returns whether the given $locale has an RTL script.
  • Added function get_error_handler.php : Returns the currently set error handler, or null if none is set.
  • Added function get_exception_handler.php : Returns the currently set exception handler, or null if is none set.

PHP < 8.3

  • Fixed function mb_str_pad for use in PHP >= 8.0.0

phpBCL Examples

  • Added example file 85_array_first.php : Returns the first value of a given array.
  • Added example file 85_array_last.php : Returns the last value of a given array.
  • Added example file 85_locale_is_right_to_left.php : Returns whether the given $locale has an RTL script.
  • Added example file 85_get_error_handler.php : Returns the currently set error handler, or null if none is set.
  • Added example file 85_get_exception_handler.php : Returns the currently set exception handler, or null if is none set.