検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 353 for else (0.015 sec.)
インデックスを使用してエントリ名を変更する 4521
« ZipArchive::registerProgressCallback ZipArchive::renameName » PHP Manual ZipArchive インデック ... meIndex ( 2 , 'newname.txt' ); $zip -> close (); } else { echo '失敗、コード:' . $res ; } ?> 関連キーワード ...
https://man.plustar.jp/php/ziparchive.renameindex.html - [similar]
名前を使用してエントリ名を変更する 4521
« ZipArchive::renameIndex ZipArchive::replaceFile » PHP Manual ZipArchive 名前を使用してエントリ ... ntname.txt' , 'newname.txt' ); $zip -> close (); } else { echo '失敗、コード:' . $res ; } ?> 関連キーワード ...
https://man.plustar.jp/php/ziparchive.renamename.html - [similar]
ZIP アーカイブのコメントを設定する 4521
« ZipArchive::replaceFile ZipArchive::setCommentIndex » PHP Manual ZipArchive ZIP アーカイブのコ ... カイブのコメント' ); $zip -> close (); echo 'ok' ; } else { echo 'failed' ; } ?> 関連キーワード: コメント , ...
https://man.plustar.jp/php/ziparchive.setarchivecomment.html - [similar]
内部イテレータを取得する 4431
« AppendIterator::getArrayIterator AppendIterator::getIteratorIndex » PHP Manual AppendIterator ... instanceOf RegexIterator ) { echo 'Filtered: ' ; } else { echo 'Original: ' ; } echo $current . PHP_EOL ; ...
https://man.plustar.jp/php/appenditerator.getinneriterator.html - [similar]
Close CUBRID connection 4431
« cubrid_client_encoding cubrid_data_seek » PHP Manual CUBRID MySQL 互換関数 Close CUBRID connec ... _close_request ( $req ); cubrid_commit ( $con ); } else { cubrid_rollback ( $con ); } cubrid_close ( $con ...
https://man.plustar.jp/php/function.cubrid-close.html - [similar]
Get the error message 4431
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubri ... me ) = cubrid_fetch ( $req )) echo $id , $name ; } else { echo "Error Code: " , cubrid_errno ( $con ); ech ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
データベースへの持続的接続を返す 4431
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect ... ( $pconn ) { echo "持続的接続に成功しました。" ; } else { echo "持続的接続に失敗しました。" ; } $pconn2 = ... ) { echo "2 回目の持続的接続に成功しました。" ; } else { echo "2 回目の持続的接続に失敗しました。" ; } ?> ... switched." . "\n" ; } } db2_close ( $tc_conn ); } else { echo "Explicit trusted connection failed.\n" ; } ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
Gets the number of records in a database 4431
« dbase_numfields dbase_open » PHP Manual dBase 関数 Gets the number of records in a database db ... 'deleted' ]) { // do something with the $record } else { // do something with the deleted $record or igno ...
https://man.plustar.jp/php/function.dbase-numrecords.html - [similar]
インターネット接続もしくは Unix ドメインソケット接続をオープンする 4431
« dns_get_record gethostbyaddr » PHP Manual ネットワーク 関数 インターネット接続もしくは Unix ド ... (! $fp ) { echo " $errstr ( $errno )<br />\n" ; } else { $out = "GET / HTTP/1.1\r\n" ; $out .= "Host: www ... fp ) { echo "ERROR: $errno - $errstr <br />\n" ; } else { fwrite ( $fp , "\n" ); echo fread ( $fp , 26 ); ...
https://man.plustar.jp/php/function.fsockopen.html - [similar]
接続ステータスを取得する 4431
« pg_connection_reset pg_consume_input » PHP Manual PostgreSQL 関数 接続ステータスを取得する pg_ ... _CONNECTION_OK ) { echo 'Connection status ok' ; } else { echo 'Connection status bad' ; } ?> 参考 pg_conn ...
https://man.plustar.jp/php/function.pg-connection-status.html - [similar]