X7ROOT File Manager
Current Path:
/opt/alt/php53/usr/share/pear/Symfony/Component/Locale/Stub
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Locale
/
Stub
/
ðŸ“
..
ðŸ“
DateFormat
📄
StubCollator.php
(640 B)
📄
StubIntl.php
(654 B)
📄
StubIntlDateFormatter.php
(715 B)
📄
StubLocale.php
(2.79 KB)
📄
StubNumberFormatter.php
(711 B)
Editing: StubCollator.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Locale\Stub; use Symfony\Component\Intl\Collator\Collator; /** * Alias of {@link \Symfony\Component\Intl\Collator\Collator}. * * @author Bernhard Schussek <bschussek@gmail.com> * * @deprecated Deprecated since version 2.3, to be removed in 3.0. Use * {@link \Symfony\Component\Intl\Collator\Collator} instead. */ class StubCollator extends Collator { }
Upload File
Create Folder