| Recommend this page to a friend! |
| Info | Example | Demos | Screenshots | Reputation | Support forum | Blog | Links |
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2026-01-15 (2 days ago) | Not yet rated by the users | Total: 94 | All time: 9,892 This week: 46 | |||||
| Version | License | PHP version | Categories | |||
| phpbcl 2.1.0 | Custom (specified... | 5.6 | PHP 5, Language |
Installation and use this library
$path = '[YOUR SITE PATH]';
include $path . '/phpBCL/autoload.php';
<?php
|
CONSTANTSEXAMPLESRemoved some source code from all files to make it more accessible to use of the package.
// Run only Ascoos Cms
define( 'ALEXSOFT_RUN_CMS', true ); //REMOVED
and
// $cms_path is Ascoos Cms global variable
require_once($cms_path."/phpbcl/src/coreCompatibilities.php"); // REMOVED
They have been replaced with the internal variable $phpCBL of the package, which you do not need to call.
>You should load only the file autoload.php file into your code.
$path = '[YOUR SITE PATH]';
include $path . '/phpbcl/autoload.php'; / // For general use
OR
include '../autoload.php'; // Used by phpbcl examples
*
*
*
*
*
*
*
*
*
*
*
*
| 8.4 grapheme_str_split |
8.4 intltz_get_iana_id |
8.4 mb_trim |
8.4 mb_ucfirst & mb_lcfirst functions |
PHP 81 - array_is_list() |
| Screenshots (6) | ||
| File | Role | Description | ||
|---|---|---|---|---|
| Appl. | Application script | |||
| Doc. | ChangeLogs | |||
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Lic. | License text | |||
| Doc. | Documentation | |||
| / | docs |
| File | Role | Description |
|---|---|---|
| |
Doc. | Documentation |
| |
Data | Auxiliary data |
| / | screenshots |
| File | Role | Description |
|---|---|---|
| |
Icon | Icon image |
| |
Icon | Icon image |
| |
Icon | Icon image |
| |
Icon | Icon image |
| |
Icon | Icon image |
| |
Icon | Icon image |
| |
Data | Auxiliary data |
| |
Doc. | Documentation |
| |
Data | Auxiliary data |
| / | src |
| File | Role | Description | ||
|---|---|---|---|---|
| |
Appl. | Compatibilities Manager | ||
| |
Doc. | Documentation | ||
| |
Class | phpBCL Manager | ||
| / | src | / | compat |
| File | Role | Description |
|---|---|---|
| |
Class | Consts Script |
| |
Class | Supports Deprecated-Removed Functions |
| |
Class | Errors Functions |
| |
Class | Supports functions for PHP < 4.3 |
| |
Class | Supports functions for PHP < 5.5 |
| |
Class | Supports functions for PHP < 7.0 |
| |
Class | Supports functions for PHP < 7.1 |
| |
Class | Supports functions for PHP < 7.3 |
| |
Class | Supports functions for PHP < 7.4 |
| |
Class | Supports functions for PHP < 8.0 |
| |
Class | Supports functions for PHP < 8.1 |
| |
Class | Supports functions for PHP < 8.2 |
| |
Class | Supports functions for PHP < 8.3 |
| |
Class | Supports functions for PHP < 8.4 |
| |
Class | Supports functions for PHP < 8.5 |
| |
Class | Class source |
| |
Class | Ascoos Similar Functions |
| |
Doc. | Documentation |
| / | test |
| File | Role | Description |
|---|---|---|
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Checks whether the $callback returns TRUE for ALL the array elements. |
| |
Example | Checks whether the $callback returns TRUE for ANY of the array elements. |
| |
Example | Returns the VALUE of the first element from $array for which the $callback returns true. Returns NULL if no matching element is found. |
| |
Example | Returns the KEY of the first element from $array for which the $callback returns TRUE. If no matching element is found the function returns NULL. |
| |
Example | Returns an array with the quotient (whole values) as a string, and the remainder as a string containing $scale number of decimal values |
| |
Example | Splits a string into an array of individual or chunks of graphemes. |
| |
Example | Get the IANA identifier from a given timezone |
| |
Example | Get and Clear Last Response Headers |
| |
Example | Example script |
| |
Example | Unit test script |
| |
Example | Returns the first value of a given array. |
| |
Example | Returns the last value of a given array. |
| |
Example | Returns the currently set error handler, or null if none is set. |
| |
Example | Returns the currently set exception handler, or null if is none set. |
| |
Example | Returns whether the given $locale has an RTL script. |
| |
Example | Example script |
| |
Example | Example script |
| |
Example | Example script |
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
| Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
| 92% | 18 |
|
|
| Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
| Other classes that need this package |
| Class | Why it is needed | Dependency |
|---|---|---|
| ASCOOS CMS Popular Contents | This library included on kernel of Ascoos Cms | Optional |
| AWES Info | Supports different versions of PHP | Recommended |
| Background Selector | Included in ASCOOS CMS Core | Recommended |
| Comfor PHP Discussion Forum Latest | This library included on kernel of Ascoos Cms | Optional |
| Drives Info | Support new php features | Conditional |
| Job Announcements | This library included on kernel of Ascoos Cms | Optional |
| More Author Articles | Included in Ascoos Cms Core | Recommended |
| PHP Animal | This library included on kernel of Ascoos Cms | Recommended |
| PHP Article Editor Block | This library included on kernel of Ascoos Cms | Optional |
| PHP Classes Latest | Included in Ascoos Cms Core | Recommended |
| PHP Easter Date in the Orthodox Calendar | This library included on kernel of Ascoos Cms | Recommended |
| PHP Games PEGI | This package included in Ascoos Cms | Optional |
| PHP Social Share Buttons for ASCOOS | This library included on kernel of Ascoos Cms | Optional |
| PHP Sourceforge Badges | Included in Ascoos Framework | Optional |
| PHP Timezone Select List | This library included on kernel of Ascoos Cms | Recommended |
| PHPClasses Feed Viewer | This library supports backward compatibility | Recommended |
| Scroll to Top | Included in ASCOOS CMS | Recommended |
| Up Previous Contents ASCOOS CMS Related Articles | This library included on kernel of Ascoos Cms | Optional |
| Related pages |
| Official site for this package |