Skip to content

Commit 92367ae

Browse files
Fix localeconv() function description (php#5707)
1 parent 0009ebd commit 92367ae

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

reference/strings/functions/localeconv.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,29 +89,29 @@
8989
<row>
9090
<entry>p_cs_precedes</entry>
9191
<entry>
92-
&true; if currency_symbol precedes a positive value, &false;
92+
1 if currency_symbol precedes a positive value, 0
9393
if it succeeds one
9494
</entry>
9595
</row>
9696
<row>
9797
<entry>p_sep_by_space</entry>
9898
<entry>
99-
&true; if a space separates currency_symbol from a positive
100-
value, &false; otherwise
99+
1 if a space separates currency_symbol from a positive
100+
value, 0 otherwise
101101
</entry>
102102
</row>
103103
<row>
104104
<entry>n_cs_precedes</entry>
105105
<entry>
106-
&true; if currency_symbol precedes a negative value, &false;
106+
1 if currency_symbol precedes a negative value, 0
107107
if it succeeds one
108108
</entry>
109109
</row>
110110
<row>
111111
<entry>n_sep_by_space</entry>
112112
<entry>
113-
&true; if a space separates currency_symbol from a negative
114-
value, &false; otherwise
113+
1 if a space separates currency_symbol from a negative
114+
value, 0 otherwise
115115
</entry>
116116
</row>
117117
<row valign="top">

0 commit comments

Comments
 (0)