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 9dcf73c commit 211703aCopy full SHA for 211703a
spec/12-arrays.md
@@ -28,8 +28,8 @@ Each array has its own *current element pointer* that designates the
28
*current array element*. When an array is created, the current element
29
is the first element inserted into the array.
30
31
-Numerous library functions are available to create and/or manipulate
32
-arrays. See §xx.
+Numerous [library functions](http://php.net/manual/en/ref.array.php) are available to create and/or manipulate
+arrays.
33
34
(Note: Arrays in PHP are quite different from arrays in numerous
35
mainstream languages. Specifically, in PHP, array elements need not have
0 commit comments