mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Minor typo fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42872 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d0d922c597
commit
c8f89e787b
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ if (function_exists('imap_open')) {
|
|||
<informalexample>
|
||||
<programlisting role="php">
|
||||
function mytable($id, $data) {
|
||||
return ">tr<>th<$id>/th<>td<$data>/td<>/tr<\n";
|
||||
return "<tr><th>$id</th><td>$data</td></tr>\n";
|
||||
}
|
||||
|
||||
$arr = get_defined_functions();
|
||||
|
|
Loading…
Reference in a new issue