検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1025 for type (0.016 sec.)
画像をブラウザあるいはファイルに出力する 3500
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... ); // 画像をブラウザに出力します header ( 'Content-Type: image/gif' ); imagegif ( $im ); imagedestroy ( $i ... リケーションを書くことが可能です。 header ("Content-Type: image/gif"); imagegif ($im); の部分を、より柔軟性 ... sts ( 'imagegif' )) { // For GIF header ( 'Content-Type: image/gif' ); imagegif ( $im ); } elseif( functio ... s ( 'imagejpeg' )) { // For JPEG header ( 'Content-Type: image/jpeg' ); imagejpeg ( $im , NULL , 100 ); } ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
文字列を固定長の他の文字列で埋める 3500
« str_ireplace str_repeat » PHP Manual String 関数 文字列を固定長の他の文字列で埋める str_pad (P ... int $length , string $pad_string = " " , int $pad_type = STR_PAD_RIGHT ): string この関数は文字列 string ... 割できない場合、 pad_string は切り捨てられます。 pad_type オプションの引数 pad_type には、 STR_PAD_RIGHT , S ... TR_PAD_LEFT , STR_PAD_BOTH を指定可能です。 pad_type が指定されない場合、 STR_PAD_RIGHT を仮定します。 ... は "Alien" ?> 関連キーワード: pad , string , 固定 , type , length , 入力 , 関数 , int , 分割 , 文字数 ...
https://man.plustar.jp/php/function.str-pad.html - [similar]
Construct a memory lock. 3500
« Swoole\Lock Swoole\Lock::__destruct » PHP Manual Swoole\Lock Construct a memory lock. Swoole\L ... ck. 説明 public Swoole\Lock::__construct ( string $type = ? , string $file_lock_location = ? ) Swoole lock ... n between multiple theads or processes. パラメータ type file_lock_location 関連キーワード: Construct , mem ... oole , Lock , construct , lock , location , file , type , string ...
https://man.plustar.jp/php/swoole-lock.construct.html - [similar]
Construct a process. 3500
« Swoole\Process::close Swoole\Process::daemon » PHP Manual Swoole\Process Construct a process. ... , bool $redirect_stdin_and_stdout = ? , int $pipe_type = ? ) パラメータ callback redirect_stdin_and_stdou ... t pipe_type 関連キーワード: Construct , process , Swoole , Pro ... cess , a , construct , stdout , type , pipe , callback ...
https://man.plustar.jp/php/swoole-process.construct.html - [similar]
Add a new listener to the server. 3500
« Swoole\Server Swoole\Server::addProcess » PHP Manual Swoole\Server Add a new listener to the s ... stener ( string $host , int $port , string $socket_type ): void パラメータ host port socket_type 戻り値 関 ... ole , Server , the , addlistener , string , host , type ...
https://man.plustar.jp/php/swoole-server.addlistener.html - [similar]
Construct a Swoole server. 3500
« Swoole\Server::connection_list Swoole\Server::defer » PHP Manual Swoole\Server Construct a Swo ... ost , int $port = ? , integr $mode = ? , int $sock_type = ? ) パラメータ host port mode sock_type 関連キー ... , Construct , server , Server , construct , host , type , sock , mode , int ...
https://man.plustar.jp/php/swoole-server.construct.html - [similar]
MIME タイプを設定する 3481
« CURLFile::getPostFilename CURLFile::setPostFilename » PHP Manual CURLFile MIME タイプを設定する ... CURLFile::setMimeType (PHP 5 >= 5.5.0, PHP 7, PHP 8) CURLFile::setMimeTy ... MIME タイプを設定する 説明 public CURLFile::setMimeType ( string $mime_type ): void パラメータ mime_type P ... 関連キーワード: タイプ , 設定 , CURLFile , setMimeType , mime , type , getPostFilename , setPostFilename ...
https://man.plustar.jp/php/curlfile.setmimetype.html - [similar]
POST メソッドによるアップロード 3481
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST ... とができます。 <!-- データのエンコード方式である enctype は、必ず以下のようにしなければなりません --> <form ... enctype="multipart/form-data" action="__URL__" method="POS ... ut フィールドより前になければなりません --> <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> <!- ... このファイルをアップロード: <input name="userfile" type="file" /> <input type="submit" value="ファイルを送 ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]
指定したデータソースに保存されたテーブルの名前のリストを取得する 3481
« odbc_tableprivileges PDO » PHP Manual ODBC 関数 指定したデータソースに保存されたテーブルの名前 ... schema = null , ? string $table = null , ? string $types = null ): resource | false 指定した範囲の全てのテ ... を数えるために、 catalog 、 schema 、 table 、 table_type について以下のような特別な記号が使用可能です。 cat ... NER カラム以外の全てのカラム) が含まれます。 table_type がパーセント記号 (%) のみで、 catalog 、 schema 、 ... 関する有効なテーブル型のリスト ( null を有する TABLE_TYPE カラム以外の全てのカラム) が含まれます。 パラメータ ...
https://man.plustar.jp/php/function.odbc-tables.html - [similar]
Dynamically changes the code of the given method 3481
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... BLIC , string $doc_comment = null , string $return_type = ? , bool $is_strict = ? ): bool runkit7_method_r ... BLIC , string $doc_comment = null , string $return_type = ? , bool $is_strict = ? ): bool パラメータ class ... doc_comment The doc comment of the method. return_type The return type of the method. is_strict Whether t ... ehaves as if it was declared in a file with strict_types=1 . 戻り値 成功した場合に true を、失敗した場合に ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]