This commit is contained in:
Roman Kelesidis 2023-11-10 18:24:14 +07:00
parent c2920706e0
commit a650bc9f6a
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<?php <?php if (!defined('BB_ROOT')) die(basename(__FILE__));
/** /**
* A class for validating method parameters to allowed types via reflection. * A class for validating method parameters to allowed types via reflection.
* *

View File

@ -1,4 +1,4 @@
<?php <?php if (!defined('BB_ROOT')) die(basename(__FILE__));
/** /**
* UTF8 support in PHP5. * UTF8 support in PHP5.
* PHP5 UTF8 is a UTF8 aware library of functions mirroring PHP's own string functions. * PHP5 UTF8 is a UTF8 aware library of functions mirroring PHP's own string functions.