From 0b5b8af01ad8c12068ee90dafe9aeecdd25af8ae Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 13 Jan 2005 16:41:30 +0000 Subject: [PATCH] fix example (user note) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177152 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ssh2/functions/ssh2-connect.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ssh2/functions/ssh2-connect.xml b/reference/ssh2/functions/ssh2-connect.xml index 8ff218fb40..39b11f54a6 100644 --- a/reference/ssh2/functions/ssh2-connect.xml +++ b/reference/ssh2/functions/ssh2-connect.xml @@ -1,5 +1,5 @@ - + @@ -244,7 +244,7 @@ $methods = array( $callbacks = array('disconnect' => 'my_ssh_disconnect'); $connection = ssh2_connect('shell.example.com', 22, $methods, $callbacks); -if (!$connect) die('Connection failed'); +if (!$connection) die('Connection failed'); ?> ]]>