mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- Some CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150712 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
943e655fc9
commit
5ec4191c28
2 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-fetch-lengths">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_lengths</refname>
|
||||
|
@ -28,8 +28,8 @@
|
|||
<refsect1>
|
||||
<title>Return values</title>
|
||||
<para>
|
||||
An array of integers representing the size of each column
|
||||
(not including any terminating null characters). &false; if an error occurred.
|
||||
An array of integers representing the size of each column (not including
|
||||
any terminating null characters). &false; if an error occurred.
|
||||
</para>
|
||||
<para>
|
||||
<function>mysql_fetch_lengths</function> is valid only for the current row of the result set.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<!-- $Revision: 1.42 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session handling functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -357,9 +357,14 @@ if (!session_is_registered('count')) {
|
|||
}
|
||||
?>
|
||||
|
||||
Hello visitor, you have seen this page <?php echo $count; ?> times.<p>
|
||||
<p>
|
||||
Hello visitor, you have seen this page <?php echo $count; ?> times.
|
||||
</p>
|
||||
|
||||
To continue, <A HREF="nextpage.php?<?php echo strip_tags (SID)?>">click here</A>
|
||||
<p>
|
||||
To continue, <a href="nextpage.php?<?php echo strip_tags (SID)?>">click
|
||||
here</a>.
|
||||
</p>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue