mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Entities for false, full stops
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175906 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
355fe4b4b9
commit
9a8f69bb56
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.ssh2-auth-none">
|
||||
<refnamediv>
|
||||
|
@ -21,7 +21,7 @@
|
|||
As part of this failure, servers will return a list of accepted
|
||||
authentication methods. If the server does accept "none" as an
|
||||
authentication method for <parameter>username</parameter>, this function
|
||||
will simply return &true;
|
||||
will simply return &true;.
|
||||
</simpara>
|
||||
|
||||
<example>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.ssh2-connect">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
</methodsynopsis>
|
||||
|
||||
<simpara>
|
||||
Establish a connection to a remote SSH server and return a resource on success, false on error
|
||||
Establish a connection to a remote SSH server and return a resource on success, &false; on error.
|
||||
</simpara>
|
||||
|
||||
<simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.ssh2-exec">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
<para>
|
||||
Execute a command at the remote end and allocate a channel for it.
|
||||
Returns a stream on success or false on failure.
|
||||
Returns a stream on success or &false; on failure.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.ssh2-fingerprint">
|
||||
<refnamediv>
|
||||
|
@ -17,8 +17,8 @@
|
|||
</methodsynopsis>
|
||||
|
||||
<simpara>
|
||||
Returns a server hostkey hash from an active session
|
||||
Defaults to MD5 fingerprint encoded as ASCII hex values
|
||||
Returns a server hostkey hash from an active session.
|
||||
Defaults to MD5 fingerprint encoded as ASCII hex values.
|
||||
</simpara>
|
||||
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue