GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
alajaji
/
libraries
/
phputf8
/
Name
Size
Perms
Actions
📁
mbstring
0 B
0777
Permissions
Delete
📁
native
0 B
0777
Permissions
Delete
📁
utils
1204 B
0777
Permissions
Delete
📄
strcspn.php
388 B
0666
Edit
Perms
Delete
Editing:
strcspn.php
<?php defined('_JEXEC') or die; if (class_exists('JLog')) { JLog::add( sprintf( 'Using the phputf8 library through files located in %1$s is deprecated, load the files from %2$s instead.', __DIR__, JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8' ), JLog::WARNING, 'deprecated' ); } require_once JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8/strcspn.php';
Cancel