We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<?php\
1 parent 7125f3a commit 1bbb541Copy full SHA for 1bbb541
1 file changed
reference/intl/locale/isrighttoleft.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<!-- EN-Revision: ac2b471bbca22b1b77140cf7c67c979d18a0caec Maintainer: lacatoire Status: ready -->
+<!-- EN-Revision: facf6996ca5a6057f7092761079e4aa00c5b7713 Maintainer: lacatoire Status: ready -->
3
<!-- Reviewed: no -->
4
<refentry xml:id="locale.isrighttoleft"
5
xmlns="http://docbook.org/ns/docbook"
@@ -85,8 +85,10 @@
85
&reftitle.examples;
86
<example>
87
<title>Vérifier la direction du texte pour une locale</title>
88
- <programlisting>
+ <programlisting role="php">
89
<![CDATA[
90
+<?php
91
+
92
var_dump(Locale::isRightToLeft('en-US'));
93
var_dump(Locale::isRightToLeft('ar'));
94
]]>
0 commit comments