mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added links to a couple function "HOWTO's".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127393 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b585fdc6eb
commit
f0427eb51b
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<chapter id="tutorial">
|
||||
<title>A simple tutorial</title>
|
||||
|
||||
|
@ -308,7 +308,10 @@ You are using Internet Explorer<br />
|
|||
<link linkend="control-structures.else">else</link>, and other
|
||||
functions such as <function>strtoupper</function> and
|
||||
<function>strlen</function>. Each related manual page contains examples
|
||||
too.
|
||||
too. If you're unsure how to use functions, you'll want to read both
|
||||
the manual page on <link linkend="about.prototypes">how to read a
|
||||
function definition</link> and the section about
|
||||
<link linkend="functions">PHP functions</link>.
|
||||
</para>
|
||||
<para>
|
||||
We can take this a step further and show how you can jump in and out
|
||||
|
|
Loading…
Reference in a new issue