doc-en
doc-en copied to clipboard
Document Locale::isRightToLeft (PHP 8.5)
This PR adds documentation for Locale::isRightToLeft(), which was introduced in PHP 8.5 but was not previously documented in the manual.
The new section describes the method behavior, its reliance on ICU for determining text direction, and provides a simple usage example.
Fixes #5013