mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
s/a list/an array/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255131 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0540c0d9b4
commit
d0e46eb3b4
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.66 $ -->
|
||||
<!-- $Revision: 1.67 $ -->
|
||||
<chapter xml:id="language.functions" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Functions</title>
|
||||
|
||||
|
@ -418,7 +418,7 @@ echo square(4); // outputs '16'.
|
|||
|
||||
<para>
|
||||
You can't return multiple values from a function, but similar
|
||||
results can be obtained by returning a list.
|
||||
results can be obtained by returning an array.
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue