Browse Source

added code hightlight

tags/2.0.1
Carsten Brandt 10 years ago
parent
commit
c6c2e80c55
  1. 2
      docs/guide/tutorial-i18n.md

2
docs/guide/tutorial-i18n.md

@ -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.
```
```php
<?php
echo "PHP: " . PHP_VERSION . "\n";
echo "ICU: " . INTL_ICU_VERSION . "\n";

Loading…
Cancel
Save