検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 353 for else (0.030 sec.)
Makes the next result of the specified statement active 4252
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... w [ 'id' ]. ": " . $row [ 'data' ]. "<br />" ; } } elseif( is_null ( $next_result )) { echo "No more resul ... ts.<br />" ; } else { die( print_r ( sqlsrv_errors (), true )); } ?> 参 ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 4252
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... ( $conn ); echo "Transaction committed.<br />" ; } else { sqlsrv_rollback ( $conn ); echo "Transaction rol ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
公開鍵を使用した認証を行う 4252
« ssh2_auth_password ssh2_connect » PHP Manual SSH2 関数 公開鍵を使用した認証を行う ssh2_auth_pu ... echo "Public Key Authentication Successful\n" ; } else { die( 'Public Key Authentication Failed' ); } ?> ...
https://man.plustar.jp/php/function.ssh2-auth-pubkey-file.html - [similar]
ファイルにバイナリ diff 形式のパッチを適用する 4252
« xdiff_file_bdiff xdiff_file_diff_binary » PHP Manual xdiff 関数 ファイルにバイナリ diff 形式の ... if ( $result ) { echo "パッチが適用されました" ; } else { echo "パッチが適用できませんでした" ; } ?> 注意 ...
https://man.plustar.jp/php/function.xdiff-file-bpatch.html - [similar]
xdiff_file_bpatch のエイリアス 4252
« xdiff_file_merge3 xdiff_file_patch » PHP Manual xdiff 関数 xdiff_file_bpatch のエイリアス xdif ... if ( $result ) { echo "パッチが適用されました" ; } else { echo "パッチが適用できませんでした" ; } ?> 注意 ...
https://man.plustar.jp/php/function.xdiff-file-patch-binary.html - [similar]
CCL パーサを起動する 4252
« yaz_ccl_conf yaz_close » PHP Manual YAZ 関数 CCL パーサを起動する yaz_ccl_parse (PHP 4 >= 4.0. ... { echo 'Error: ' . $cclresult [ "errorstring" ]; } else { $rpn = $cclresult [ "rpn" ]; yaz_search ( $id , ...
https://man.plustar.jp/php/function.yaz-ccl-parse.html - [similar]
glob を使うディレクトリを作成する 4252
« GlobIterator GlobIterator::count » PHP Manual GlobIterator glob を使うディレクトリを作成する G ... (! $iterator -> count ()) { echo 'No matches' ; } else { $n = 0 ; printf ( "Matched %d item(s)\r\n" , $it ...
https://man.plustar.jp/php/globiterator.construct.html - [similar]
画像の ticks-per-second を設定する 4252
« Imagick::setImageScene Imagick::setImageType » PHP Manual Imagick 画像の ticks-per-second を設 ... します $imagick -> setImageTicksPerSecond ( 50 ); } else { // フレームの表示時間を元の半分にします $imagick ...
https://man.plustar.jp/php/imagick.setimagetickspersecond.html - [similar]
Description 4252
« ImagickKernel::addKernel ImagickKernel::fromBuiltIn » PHP Manual ImagickKernel Description Ima ... ; if ( $cell === false ) { $output .= "false" ; } else { $output .= round ( $cell , 3 ); } $output .= "</ ...
https://man.plustar.jp/php/imagickkernel.addunitykernel.html - [similar]
Description 4252
« ImagickKernel::getMatrix ImagickKernel::separate » PHP Manual ImagickKernel Description Imagic ... ; if ( $cell === false ) { $output .= "false" ; } else { $output .= round ( $cell , 3 ); } $output .= "</ ...
https://man.plustar.jp/php/imagickkernel.scale.html - [similar]