Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
phpbcl8-2.0.4.zip | 2025-04-27 | 44.3 kB | |
README.md | 2025-04-27 | 1.1 kB | |
Totals: 2 Items | 45.4 kB | 1 |
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.