mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158949 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
74095ffa0d
commit
72c169834d
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.session-cache-expire'>
|
||||
<refnamediv>
|
||||
|
@ -44,7 +44,7 @@ $cache_expire = session_cache_expire();
|
|||
|
||||
session_start();
|
||||
|
||||
echo "The cache limiter is now set to $cache_limiter</ br>";
|
||||
echo "The cache limiter is now set to $cache_limiter<br />";
|
||||
echo "The cached session pages expire after $cache_expire minutes";
|
||||
?>
|
||||
]]>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.62 -->
|
||||
<refentry id="function.session-cache-limiter">
|
||||
<refnamediv>
|
||||
|
@ -57,7 +57,7 @@
|
|||
session_cache_limiter('private');
|
||||
$cache_limiter = session_cache_limiter();
|
||||
|
||||
echo "The cache limiter is now set to $cache_limiter<p>";
|
||||
echo "The cache limiter is now set to $cache_limiter<br />";
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue