検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 353 for else (0.044 sec.)
ディレクトリから、glob パターンを使ってファイルを追加する 4082
« ZipArchive::addFromString ZipArchive::addPattern » PHP Manual ZipArchive ディレクトリから、glo ... RUE ) { printf ( 'Failed with code %d' , $ret ); } else { $options = array( 'add_path' => 'sources/' , 're ...
https://man.plustar.jp/php/ziparchive.addglob.html - [similar]
DB2 データベースクライアントの情報をプロパティに保持するオブジェクトを返す 3992
« db2_bind_param db2_close » PHP Manual IBM DB2 関数 DB2 データベースクライアントの情報をプロパテ ... PAGE: " ; var_dump ( $client -> CONN_CODEPAGE ); } else { echo "クライアント情報の取得エラー。 おそらくデー ...
https://man.plustar.jp/php/function.db2-client-info.html - [similar]
汎用のファイルロックを行う 3992
« filetype fnmatch » PHP Manual ファイルシステム 関数 汎用のファイルロックを行う flock (PHP 4, P ... す flock ( $fp , LOCK_UN ); // ロックを解放します } else { echo "ファイルを取得できません!" ; } fclose ( $f ...
https://man.plustar.jp/php/function.flock.html - [similar]
バイナリセーフなファイル書き込み処理 3992
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... ntent ) to file ( $filename )" ; fclose ( $fp ); } else { echo "The file $filename is not writable" ; } ?> ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
再サンプリングを行いイメージの一部をコピー、伸縮する 3992
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ ... $ratio_orig ) { $width = $height * $ratio_orig ; } else { $height = $width / $ratio_orig ; } // 再サンプル ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]
画像をブラウザあるいはファイルに出力する 3992
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... ( 'Content-Type: image/gif' ); imagegif ( $im ); } elseif( function_exists ( 'imagejpeg' )) { // For JPEG ... : image/jpeg' ); imagejpeg ( $im , NULL , 100 ); } elseif( function_exists ( 'imagepng' )) { // For PNG he ... ( 'Content-Type: image/png' ); imagepng ( $im ); } elseif( function_exists ( 'imagewbmp' )) { // For WBMP ... -Type: image/vnd.wap.wbmp' ); imagewbmp ( $im ); } else { imagedestroy ( $im ); die( 'No image support in ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
メールボックスのリストを読み込み、各ボックスに関する詳細な情報を返す 3992
« imap_getacl imap_getsubscribed » PHP Manual IMAP 関数 メールボックスのリストを読み込み、各ボッ ... "'," ; echo $val -> attributes . "<br />\n" ; } } else { echo "imap_getmailboxes failed: " . imap_last_er ...
https://man.plustar.jp/php/function.imap-getmailboxes.html - [similar]
指定したオプションの値を設定する 3992
« ldap_search ldap_set_rebind_proc » PHP Manual LDAP 関数 指定したオプションの値を設定する ldap_ ... OL_VERSION , 3 )) { echo "LDAPv3 を使用します" ; } else { echo "プロトコルバージョンを 3 に設定できませんで ...
https://man.plustar.jp/php/function.ldap-set-option.html - [similar]
区別できないソケットの組を作成し、配列に保存する 3992
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... == - 1 ) { echo 'プロセスを fork できません。' ; } elseif ( $pid ) { /* 親プロセス */ socket_close ( $ary ... ived $strtwo \n" ; } socket_close ( $ary [ 1 ]); } else { /* 子プロセス */ socket_close ( $ary [ 1 ]); if ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
ユーザー定義のストリームフィルタを登録する 3992
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... bucket -> data = strtoupper ( $bucket -> data ); } elseif ( $this -> mode == 0 ) { $bucket -> data = strto ... tername == 'str.toupper' ) { $this -> mode = 1 ; } elseif ( $this -> filtername == 'str.tolower' ) { $this ... -> mode = 0 ; } else { /* その他の str.* フィルタが問い合わせられた場合 ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]