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:
Philip Olson 2003-05-17 03:00:00 +00:00
parent b585fdc6eb
commit f0427eb51b

View file

@ -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