Update string.utils.php
This commit is contained in:
parent
d7031e7a21
commit
6ccdb2d1b5
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* @file string.utils.php
|
* @file string.utils.php
|
||||||
* @created_on 2018-05-27
|
* @created_on 2018-05-27
|
||||||
* @updated_on 2020-01-25
|
* @updated_on 2020-02-21
|
||||||
* @author Go Namhyeon <gnh1201@gmail.com>
|
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||||
* @brief String utility helper
|
* @brief String utility helper
|
||||||
*/
|
*/
|
||||||
|
@ -157,7 +157,6 @@ if(!is_fn("explode_storage_file_by_line")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://stackoverflow.com/questions/834303/startswith-and-endswith-functions-in-php
|
|
||||||
if(!is_fn("is_prefix")) {
|
if(!is_fn("is_prefix")) {
|
||||||
function is_prefix($haystack, $needle) {
|
function is_prefix($haystack, $needle) {
|
||||||
$length = strlen($needle);
|
$length = strlen($needle);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user