Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
phpBCL-1.0.2.zip | 2023-07-08 | 84.8 kB | |
phpBCL 1.0.2 source code.tar.gz | 2023-07-08 | 15.5 kB | |
phpBCL 1.0.2 source code.zip | 2023-07-08 | 32.4 kB | |
README.md | 2023-07-08 | 1.3 kB | |
Totals: 4 Items | 134.0 kB | 0 |
PHP Backwards Compatibility Library (phpBCL)
1.0.2 [2023-07-07]
- ADDED EXAMPLES: In folder /phpBCL/test/
-
Fixed : Fixed paths for call phpBCL library.
-
Added Constants:
MB_CASE_UPPER
,MB_CASE_LOWER
,MB_CASE_TITLE
(For php < 4.3.0) - Added Functions:
mb_convert_case
(For php < 4.3.0) - Added Functions:
array_column
,boolval
,json_last_error_msg
(For php < 5.5.0) - Added Constants:
MB_CASE_FOLD
,MB_CASE_UPPER_SIMPLE
,MB_CASE_LOWER_SIMPLE
,MB_CASE_TITLE_SIMPLE
,MB_CASE_FOLD_SIMPLE
(For php < 7.3.0). Used by ASCOOS LIBRARY FUNCTIONalf_mb_convert_case
(compat_similar.php) - Added Functions:
mb_str_split
(For php < 7.4.0) -
Added Functions:
mb_str_pad
(For php < 8.3.0) -
Updated Functions:
array_key_first
,array_key_last
(For php < 7.3.0) - Updated Functions:
str_contains
,str_ends_with
,str_starts_with
(For php < 8.0.0) - Updated Classes :
Stringable
,PhpToken
(For php < 8.0.0) -
Updated Functions:
array_is_list
(For php < 8.1.0) -
Added Similar Functions: ASCOOS LIBRARY FUNCTION
alf_mb_convert_case
For full compatible similar mb_convert_case (for use php < 7.3.0)