Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $this->title = 'About the project - PHP intl extension, ICU data tables'; ?> <h1>Ab..
Decoded Output download
<?php
$this->title = 'About the project - PHP intl extension, ICU data tables';
?>
<h1>About the project</h1>
<p>The project was created by <a href="http://github.com/samdark">Alexander Makarov</a> to simplify checking out
various PHP intl / ICU / CLDR data which is mainly used in translation strings without the need to check different
websites and search huge data tables for locale you need.</p>
<p>Instead you can enter locale code and get all the info for just that locale right away.</p>
<p>It was then improved by <a href="https://github.com/cebe">Carsten Brandt</a> to display more ICU data.</p>
<h2>What's currently displayed:</h2>
<ul>
<li>General locale info.</li>
<li>Plural rules. Also <a href="http://www.unicode.org/cldr/charts/27/supplemental/language_plural_rules.html">available via CLDR website</a>.</li>
<li>Numbering schemas. Not available anywhere but ICU resource sources which aren't too user friendly to read.</li>
<li>Number formatting rules and data.</li>
<li>Currency data.</li>
<li>Language data.</li>
<li>Region data.</li>
<li>Zone data.</li>
<li>Unit data.</li>
</ul>
<h2>Are examples broken?</h2>
<p>There are <a href="https://bugs.php.net/bug.php?id=70484">known issues</a> with PHP intl extension regarding usage of named
parameters such as <code>{n}</code>. Severity of issues depends on PHP and intl versions used. The primary goal of the project
is to serve as info source for using with <a href="http://www.yiiframework.com/">Yii 2.0 framework</a> which provides
wrapper around intl allowing usage of named parameters in all possible cases.</p>
<p>If you're not using Yii, try positional placeholders such as <code>{0}</code> instead.</p>
<h2>Source code, issue and pull requests</h2>
<p>Source code is <a href="https://github.com/samdark/intl-icu-data-tables">available at GitHub</a>. Feel free to submit issues
and pull requests.</p>
Did this file decode correctly?
Original Code
<?php
$this->title = 'About the project - PHP intl extension, ICU data tables';
?>
<h1>About the project</h1>
<p>The project was created by <a href="http://github.com/samdark">Alexander Makarov</a> to simplify checking out
various PHP intl / ICU / CLDR data which is mainly used in translation strings without the need to check different
websites and search huge data tables for locale you need.</p>
<p>Instead you can enter locale code and get all the info for just that locale right away.</p>
<p>It was then improved by <a href="https://github.com/cebe">Carsten Brandt</a> to display more ICU data.</p>
<h2>What's currently displayed:</h2>
<ul>
<li>General locale info.</li>
<li>Plural rules. Also <a href="http://www.unicode.org/cldr/charts/27/supplemental/language_plural_rules.html">available via CLDR website</a>.</li>
<li>Numbering schemas. Not available anywhere but ICU resource sources which aren't too user friendly to read.</li>
<li>Number formatting rules and data.</li>
<li>Currency data.</li>
<li>Language data.</li>
<li>Region data.</li>
<li>Zone data.</li>
<li>Unit data.</li>
</ul>
<h2>Are examples broken?</h2>
<p>There are <a href="https://bugs.php.net/bug.php?id=70484">known issues</a> with PHP intl extension regarding usage of named
parameters such as <code>{n}</code>. Severity of issues depends on PHP and intl versions used. The primary goal of the project
is to serve as info source for using with <a href="http://www.yiiframework.com/">Yii 2.0 framework</a> which provides
wrapper around intl allowing usage of named parameters in all possible cases.</p>
<p>If you're not using Yii, try positional placeholders such as <code>{0}</code> instead.</p>
<h2>Source code, issue and pull requests</h2>
<p>Source code is <a href="https://github.com/samdark/intl-icu-data-tables">available at GitHub</a>. Feel free to submit issues
and pull requests.</p>
Function Calls
None |
Stats
MD5 | 074166e58aaf1127146774e37cb4cc8a |
Eval Count | 0 |
Decode Time | 122 ms |