[DOC-CVS] [doc-en] master: Fix localeconv() function description (#5707)
[email protected] (Kamil Tekiela via GitHub) Thu, 30 Jul 2026 20:43:48 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2026-07-30T21:43:45+01:00
Commit: https://github.com/php/doc-en/commit/92367aee7c51055f62de8c85851ba57aaf3cce7c
Raw diff: https://github.com/php/doc-en/commit/92367aee7c51055f62de8c85851ba57aaf3cce7c.diff
Fix localeconv() function description (#5707)
Changed paths:
M reference/strings/functions/localeconv.xml
Diff:
diff --git a/reference/strings/functions/localeconv.xml b/reference/strings/functions/localeconv.xml
index 273e0da54c99..f727a0a644d4 100644
--- a/reference/strings/functions/localeconv.xml
+++ b/reference/strings/functions/localeconv.xml
@@ -89,29 +89,29 @@
<row>
<entry>p_cs_precedes</entry>
<entry>
- &true; if currency_symbol precedes a positive value, &false;
+ 1 if currency_symbol precedes a positive value, 0
if it succeeds one
</entry>
</row>
<row>
<entry>p_sep_by_space</entry>
<entry>
- &true; if a space separates currency_symbol from a positive
- value, &false; otherwise
+ 1 if a space separates currency_symbol from a positive
+ value, 0 otherwise
</entry>
</row>
<row>
<entry>n_cs_precedes</entry>
<entry>
- &true; if currency_symbol precedes a negative value, &false;
+ 1 if currency_symbol precedes a negative value, 0
if it succeeds one
</entry>
</row>
<row>
<entry>n_sep_by_space</entry>
<entry>
- &true; if a space separates currency_symbol from a negative
- value, &false; otherwise
+ 1 if a space separates currency_symbol from a negative
+ value, 0 otherwise
</entry>
</row>
<row valign="top">