Current Path :
/
home
/
develito
/
www
/
libraries
/
vendor
/
joomla
/
string
/
src
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/www/libraries/vendor/joomla/string/src/String.php
<?php /** * Part of the Joomla Framework String Package * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ namespace Joomla\String; /** * String handling class for utf-8 data * Wraps the phputf8 library * All functions assume the validity of utf-8 strings. * * @since 1.0 * @deprecated 2.0 Use StringHelper instead */ abstract class String extends StringHelper { }