検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 3044 for 設定 (0.027 sec.)
フィールドの javascript アクションを設定する 2405
« fdf_set_flags fdf_set_on_import_javascript » PHP Manual FDF 関数 フィールドの javascript アクシ ... ョンを設定する fdf_set_javascript_action (PHP 4 >= 4.0.2, PHP ... cript_action — フィールドの javascript アクションを設定する 説明 fdf_set_javascript_action ( resource $fdf_ ... : bool 指定したフィールドの javascript アクションを設定します。 パラメータ fdf_document fdf_create() 、 fdf ... orm_action() - フィールドの投稿フォームアクションを設定する 関連キーワード: fdf , フィールド , 設定 , アクシ ...
https://man.plustar.jp/php/function.fdf-set-javascript-action.html - [similar]
クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 2405
« hrtime pack » PHP Manual その他の関数 クライアントの接続が切断された際にスクリプトの実行を終了 ... するかどうかを設定する ignore_user_abort (PHP 4, PHP 5, PHP 7, PHP 8) ... が切断された際にスクリプトの実行を終了するかどうかを設定する 説明 ignore_user_abort ( ? bool $enable = null ... が切断された際にスクリプトの実行を終了するかどうかを設定します。 PHP をコマンドラインスクリプトとして実行して ... きにスクリプトが終了します。これは enable が true に設定されていても同じです。 パラメータ enable この値が指定 ...
https://man.plustar.jp/php/function.ignore-user-abort.html - [similar]
線描画用の線幅を設定する 2405
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset ... PHP 7, PHP 8) imagesetthickness — 線描画用の線幅を設定する 説明 imagesetthickness ( GdImage $image , int $ ... 角形、弧などを描画する際の線幅を thickness ピクセルに設定します。 パラメータ image imagecreatetruecolor() のよ ... llocate ( $im , 0x00 , 0x00 , 0x00 ); // 背景を白に設定します imagefilledrectangle ( $im , 0 , 0 , 299 , 99 ... , $white ); // 線幅を 5 に設定します imagesetthickness ( $im , 5 ); // 矩形を描画し ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
指定したメールボックスにクォータを設定する 2405
« imap_search imap_setacl » PHP Manual IMAP 関数 指定したメールボックスにクォータを設定する imap ... imap_set_quota — 指定したメールボックスにクォータを設定する 説明 imap_set_quota ( IMAP\Connection $imap , s ... : bool メールボックス単位でクォータ上限(最大容量)を設定します。 パラメータ imap IMAP\Connection クラスのイン ... スタンス。 quota_root クォータを設定するメールボックス。 これは、メールボックスの IMAP 標 ... mbox , "user.kalowsky" , 3000 )) { echo "クォータの設定に失敗\n" ; return; } imap_close ( $mbox ); ?> 注意 ...
https://man.plustar.jp/php/function.imap-set-quota.html - [similar]
テキストの出力位置を設定する 2405
« ps_set_parameter ps_set_value » PHP Manual PS 関数 テキストの出力位置を設定する ps_set_text_po ... ps >= 1.1.0) ps_set_text_pos — テキストの出力位置を設定する 説明 ps_set_text_pos ( resource $psdoc , float ... $x , float $y ): bool テキストを出力する位置を設定します。別の方法として、x と y の値を別々に ps_set_v ... alue() で設定することもできます。 この場合の設定項目は、それぞれ ... ); ps_delete ( $ps ); ?> 参考 ps_set_value() - 値を設定する ps_show() - テキストを出力する 関連キーワード: ...
https://man.plustar.jp/php/function.ps-set-text-pos.html - [similar]
現在のセッションモジュールを取得または設定する 2405
« session_id session_name » PHP Manual セッション関数 現在のセッションモジュールを取得または設定 ... odule_name — 現在のセッションモジュールを取得または設定する 説明 session_module_name ( ? string $module = n ... 禁止されています。 ユーザー定義のセッションハンドラを設定するには、この関数のかわりに session_set_save_handle ... lable になりました。 7.2.0 モジュール名に "user" を設定することは、 明示的に禁止されるようになりました。 こ ... れより前のバージョンでは、 "user" を設定しても静かに無視されていました。 関連キーワード: セッ ...
https://man.plustar.jp/php/function.session-module-name.html - [similar]
ストリームにタイムアウトを設定する 2405
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... アウトを設定する stream_set_timeout (PHP 4 >= 4.3.0, PHP 5, PHP ... 8) stream_set_timeout — ストリームにタイムアウトを設定する 説明 stream_set_timeout ( resource $stream , in ... icroseconds = 0 ): bool stream にタイムアウトの値を設定します。 この値は、 seconds と microseconds の和で表 ... _data() が返す配列のキー 'timed_out' の値が true に設定されます。エラーや警告が発生していなくても同様になり ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
青が一番強い点を設定する 2405
« Gmagick::setimagebackgroundcolor Gmagick::setimagebordercolor » PHP Manual Gmagick 青が一番強い ... 点を設定する Gmagick::setimageblueprimary (PECL gmagick >= U ... wn) Gmagick::setimageblueprimary — 青が一番強い点を設定する 説明 public Gmagick::setimageblueprimary ( floa ... t $x , float $y ): Gmagick 青が一番強い点を設定します。 パラメータ x 青が一番強い点の x 座標。 y 青 ... GmagickException をスローします。 関連キーワード: 設定 , Gmagick , 青 , setimageblueprimary , float , 座標 ...
https://man.plustar.jp/php/gmagick.setimageblueprimary.html - [similar]
画像の合成演算子を設定する 2405
« Gmagick::setimagecolorspace Gmagick::setimagedelay » PHP Manual Gmagick 画像の合成演算子を設定 ... nown) Gmagick::setimagecompose — 画像の合成演算子を設定する 説明 public Gmagick::setimagecompose ( int $com ... posite ): Gmagick 画像の合成演算子を設定します。 パラメータ composite 画像の合成演算子。 戻り ... ion をスローします。 関連キーワード: 画像 , 合成 , 設定 , Gmagick , setimagecompose , エラー , composite , ...
https://man.plustar.jp/php/gmagick.setimagecompose.html - [similar]
緑が一番強い点を設定する 2405
« Gmagick::setimagegamma Gmagick::setimageindex » PHP Manual Gmagick 緑が一番強い点を設定する Gm ... n) Gmagick::setimagegreenprimary — 緑が一番強い点を設定する 説明 public Gmagick::setimagegreenprimary ( flo ... at $x , float $y ): Gmagick 緑が一番強い点を設定します。 パラメータ x 緑が一番強い点の x 座標。 y 緑 ... GmagickException をスローします。 関連キーワード: 設定 , Gmagick , 緑 , setimagegreenprimary , float , 座 ...
https://man.plustar.jp/php/gmagick.setimagegreenprimary.html - [similar]