検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 374 for 読み込み (0.068 sec.)
実行時設定 3572
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... この設定を /tmp (デフォルト) のようにどこか らでも読み込み可能なディレクトリに設定した場合、サーバー上 の他のユ ...
https://man.plustar.jp/php/session.configuration.html - [similar]
HTTP コンテキストオプションの一覧 3546
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... ジョンでは、デフォルトは 1.0 でした。 timeout float 読み込みタイムアウト秒数を float (例 10.5 ) で指定します。 デ ...
https://man.plustar.jp/php/context.http.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 3546
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... のみです。 i5_fetch_only DB2_I5_FETCH_ON - カーソルは読み込み専用となり、場所を指定しての更新や削除には使用できま ... => 500.00 [comm] => 1904.00 ) 例8 i5/OS カーソルは読み込み専用 <?php $conn = db2_connect ( "" , "" , "" , arra ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
ファイルのパーミッションを取得する 3546
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... のモードを変更する is_readable() - ファイルが存在し、読み込み可能であるかどうかを知る stat() - ファイルに関する情 ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
画像の一部をコピーしサイズを変更する 3546
« imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変 ... * $percent ; $newheight = $height * $percent ; // 読み込み $thumb = imagecreatetruecolor ( $newwidth , $newhe ...
https://man.plustar.jp/php/function.imagecopyresized.html - [similar]
FreeType 2 によるフォントを用いてイメージにテキストを描画する 3546
« imageftbbox imagegammacorrect » PHP Manual GD および Image 関数 FreeType 2 によるフォントを用い ... クトリになるでしょう。 そんな場合は、次のようにすれば読み込み時の問題を回避できます。 <?php // GD 用の環境変数を設 ...
https://man.plustar.jp/php/function.imagefttext.html - [similar]
画像をブラウザあるいはファイルに出力する 3546
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... () による PNG 画像から GIF への変換 <?php // PNG を読み込みます $png = imagecreatefrompng ( './php.png' ); // 画 ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
Oracle データベースに接続する 3546
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... ませることもできます。 ウェブデーモンにそのファイルの読み込み権限を与えておきましょう。 encoding Oracle クライアン ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
PHP関連のプロジェクトの歴史 3546
« PHPの歴史 PHP関連の本 » PHP Manual PHP の歴史と関連するプロジェクト PHP関連のプロジェクトの歴史 ... 数、そして メソッドが記述されている .defs ファイルを読み込みPHPへのインターフェイス となるCのコードを生成するPH ...
https://man.plustar.jp/php/history.php.related.html - [similar]
指定された変数名にパラメータをバインドする 3546
« PDOStatement::bindColumn PDOStatement::bindValue » PHP Manual PDOStatement 指定された変数名にパ ... メータです。つまり、クエリを構築する際、 パラメータは読み込み専用で使用されます(とはいえ、 type によってはキャスト ...
https://man.plustar.jp/php/pdostatement.bindparam.html - [similar]