File manager - Edit - /home/antilam/web/antilam.ru/public_html/wp-content/plugins/js_composer/include/autoload/overrides/vc-override-php-functions.php
Back
<?php /** * Override PHP functions. */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } if ( ! function_exists( 'lcfirst' ) ) : /** * Backward compatibility for mb_strtolower function. * If php version < 5.3 this function is required. * * @param string $str * * @return mixed * @since 4.3, fix #1093 */ function lcfirst( $str ) { $str[0] = function_exists( 'mb_strtolower' ) ? mb_strtolower( $str[0] ) : strtolower( $str[0] ); return $str; } endif;
| ver. 1.4 |
Github
|
.
| PHP 8.4.22 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings