We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5268c90 commit 709dad8Copy full SHA for 709dad8
Book/php7/internal_types/strings.rst
@@ -7,7 +7,7 @@ Many operations are needed with strings. Although the C standard library provide
7
C classical strings, aka ``char *`` (or ``char []``) are usually a little bit weak to use as-is in a strong program
8
like PHP is.
9
10
-Thus, PHP designed a layer on top of C strings: ``zend_strings``. Also, anoter API exists that implements common string
+Thus, PHP designed a layer on top of C strings: ``zend_strings``. Also, another API exists that implements common string
11
operations both for C classical strings, or for ``zend_strings``: ``smart_str`` API.
12
13
.. toctree::
0 commit comments