検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 1018 for 追加 (0.808 sec.)
PHP 用の Windows キャッシュ 2861
« uopz_unset_return はじめに » PHP Manual PHP の振る舞いの変更 PHP 用の Windows キャッシュ PHP 用 ... シュに存在しない場合にのみ変数をユーザーキャッシュに追加する wincache_ucache_cas — 変数を古い値と比較して新し ... する wincache_ucache_set — 変数をユーザーキャッシュに追加し、変数が既にキャッシュに存在する場合はそれを上書き ...
https://man.plustar.jp/php/book.wincache.html - [similar]
The SolrDocument class 2861
« SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The ... s. 目次 SolrDocument::addField — 文書にフィールドを追加 SolrDocument::clear — Drops all the fields in the ... ドを取得 SolrDocument::offsetSet — 文書にフィールドを追加 SolrDocument::offsetUnset — フィールドを除去 SolrD ...
https://man.plustar.jp/php/class.solrdocument.html - [similar]
配列の差を計算する 2861
« array_diff_ukey array_fill_keys » PHP Manual 配列 関数 配列の差を計算する array_diff (PHP 4 >= ... 元でのチェックもできます。 参考 array_diff_assoc() - 追加された添字の確認を含めて配列の差を計算する array_udi ... - 配列の共通項を計算する array_intersect_assoc() - 追加された添字の確認も含めて配列の共通項を確認する 関連キ ...
https://man.plustar.jp/php/function.array-diff.html - [similar]
cURL 共有ハンドルのオプションを設定する 2861
« curl_share_init curl_share_strerror » PHP Manual cURL 関数 cURL 共有ハンドルのオプションを設定 ... マルチハンドルを使うときには、 同じマルチハンドルに追加されたすべてのハンドルがデフォルトで DNS キャッシュを ... 例は、cURL 共有ハンドルを作って二つの cURL ハンドルを追加し、 それぞれを実行してクッキーのデータを共有します。 ...
https://man.plustar.jp/php/function.curl-share-setopt.html - [similar]
出力する PHP エラーの種類を設定する 2861
« error_log restore_error_handler » PHP Manual エラー処理関数 出力する PHP エラーの種類を設定する ... つき定数の使用が 強く推奨されています。エラーレベルが追加されると、整数の幅は増加します。 そのため、以前の整数 ... と、仮に将来のバージョンの PHP で新しいレベルと定数が追加されたとしてもすべてのエラーを表示するようになります ...
https://man.plustar.jp/php/function.error-reporting.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 2861
« iconv_substr ob_iconv_handler » PHP Manual iconv 関数 ある文字エンコーディングの文字列を、別の ... ンコーディング。 文字列 //TRANSLIT を to_encoding に追加すると、翻字機能が有効になります。これは、指定された ... いる別の文字に置き換える機能です。 文字列 //IGNORE を追加すると、指定された文字集合で 表せない文字は黙って切り ...
https://man.plustar.jp/php/function.iconv.html - [similar]
GD イメージをブラウザまたはファイルに出力する 2861
« imagegd2 imagegetclip » PHP Manual GD および Image 関数 GD イメージをブラウザまたはファイルに出 ... GD 画像の出力 <?php // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $tex ... GD 画像の保存 <?php // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $tex ...
https://man.plustar.jp/php/function.imagegd.html - [similar]
GD2 イメージをブラウザまたはファイルに出力する 2861
« imagegammacorrect imagegd » PHP Manual GD および Image 関数 GD2 イメージをブラウザまたはファイ ... D2 画像の出力 <?php // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $tex ... D2 画像の保存 <?php // 空の画像を作成し、テキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $tex ...
https://man.plustar.jp/php/function.imagegd2.html - [similar]
XBM 画像をブラウザあるいはファイルに出力する 2861
« imagewebp iptcembed » PHP Manual GD および Image 関数 XBM 画像をブラウザあるいはファイルに出力 ... ファイルの保存 <?php // 空の画像を作成してテキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $tex ... ファイルの保存 <?php // 空の画像を作成してテキストを追加します $im = imagecreatetruecolor ( 120 , 20 ); $tex ...
https://man.plustar.jp/php/function.imagexbm.html - [similar]
テキスト型フィールドに挿入するために、識別子をエスケープする 2861
« pg_escape_bytea pg_escape_literal » PHP Manual PostgreSQL 関数 テキスト型フィールドに挿入するた ... ape_identifier() は、データの前後にダブルクォートを追加します。 ユーザーが自分で追加してはいけません。 この ...
https://man.plustar.jp/php/function.pg-escape-identifier.html - [similar]