mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-26 03:30:32 +08:00
added code hightlight
This commit is contained in:
@@ -514,7 +514,7 @@ in all environments and verify that the version of the ICU library compiled with
|
|||||||
|
|
||||||
To find out which version of ICU is used by PHP you can run the following script, which will give you the PHP and ICU version used.
|
To find out which version of ICU is used by PHP you can run the following script, which will give you the PHP and ICU version used.
|
||||||
|
|
||||||
```
|
```php
|
||||||
<?php
|
<?php
|
||||||
echo "PHP: " . PHP_VERSION . "\n";
|
echo "PHP: " . PHP_VERSION . "\n";
|
||||||
echo "ICU: " . INTL_ICU_VERSION . "\n";
|
echo "ICU: " . INTL_ICU_VERSION . "\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user