検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 192 for FAILED (0.006 sec.)
Makes an HTTP server accept connections on the specified socket stream or resour... 5353
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... socket [ $i ], $ip , $port )) { exit( "socket_bind failed\n" ); } socket_listen ( $socket [ $i ], 0 ); socke ... $http -> accept ( $socket [ $i ])) { echo "Accept failed\n" ; exit( 1 ); } ++ $i ; } $http -> setCallback ( ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
LDAP ディレクトリにバインドする 5353
« ldap_bind_ext ldap_close » PHP Manual LDAP 関数 LDAP ディレクトリにバインドする ldap_bind (PHP ... DAP bind successful..." ; } else { echo "LDAP bind failed..." ; } } ?> 例2 LDAP 匿名バインドの使用 <?php // ... uccessful..." ; } else { echo "LDAP bind anonymous failed..." ; } } ?> 参考 ldap_unbind() - LDAP ディレクトリ ...
https://man.plustar.jp/php/function.ldap-bind.html - [similar]
直近で実行したコマンドからのエラーの一覧を返す 5353
« mysqli::$errno mysqli::$error » PHP Manual mysqli 直近で実行したコマンドからのエラーの一覧を返 ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } if (! ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } if (! ...
https://man.plustar.jp/php/mysqli.error-list.html - [similar]
MySQL サーバーのバージョンを整数値で返す 5353
« mysqli::$server_info mysqli::get_warnings » PHP Manual mysqli MySQL サーバーのバージョンを整数 ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* サ ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* サ ...
https://man.plustar.jp/php/mysqli.get-server-version.html - [similar]
サーバーに MySQL スレッドの停止を問い合わせる 5353
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* ス ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* ス ...
https://man.plustar.jp/php/mysqli.kill.html - [similar]
サーバーとの接続をチェックし、もし切断されている場合は再接続を試みる 5353
« mysqli::options mysqli::poll » PHP Manual mysqli サーバーとの接続をチェックし、もし切断されてい ... f ( $mysqli -> connect_errno ) { printf ( "Connect failed: %s\n" , $mysqli -> connect_error ); exit(); } /* ... if ( mysqli_connect_errno ()) { printf ( "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } /* サ ...
https://man.plustar.jp/php/mysqli.ping.html - [similar]
例外によるエラー処理の有効化および無効化を行う 5353
« RarException::isUsingExceptions Zip » PHP Manual RarException 例外によるエラー処理の有効化およ ... なります。 bool(false) Warning: RarArchive::open(): Failed to open does_not_exist.rar: ERAR_EOPEN (file open ... 'RarException' with message 'unRAR internal error: Failed to open does_not_exist.rar: ERAR_EOPEN (file open ...
https://man.plustar.jp/php/rarexception.setusingexceptions.html - [similar]
Adds a document to the index 5353
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... 例外 Throws SolrClientException if the client had failed, or there was a connection issue. Throws SolrServe ... rException if the Solr Server had failed to process the request. 例 例1 SolrClient::addDocu ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
5353
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... ); } catch( StompException $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* send a message to ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_error ()); } /* begin a transac ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
Reads the next frame 5353
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_rea ... ); } catch( StompException $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* subscribe to messa ... eck connection */ if (! $link ) { die( 'Connection failed: ' . stomp_connect_error ()); } /* subscribe to me ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]