検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 284 for メモリ (0.040 sec.)
ファイルを phar から削除する 4292
« Phar::offsetSet Phar::running » PHP Manual Phar ファイルを phar から削除する Phar::offsetUnset ... Phar::unlinkArchive() - phar アーカイブをディスクとメモリから完全に削除する Phar::delete() - phar アーカイブ内 ...
https://man.plustar.jp/php/phar.offsetunset.html - [similar]
インストール手順 4292
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHPのセッショ ... 指定する必要があります。 セッション記憶領域として共有メモリ(mm)を使用するには、PHPのconfigure に --with-mm[=DI ...
https://man.plustar.jp/php/session.installation.html - [similar]
あるデータベースを、別のデータベースにバックアップする 4292
« SQLite3 SQLite3::busyTimeout » PHP Manual SQLite3 あるデータベースを、別のデータベースにバック ... ッドは、データベースのバックアップを作成したり、 インメモリのデータベースを永続的なファイルにコピーしたり、その ...
https://man.plustar.jp/php/sqlite3.backup.html - [similar]
SQLite データベースをオープンする 4292
« SQLite3::loadExtension SQLite3::openBlob » PHP Manual SQLite3 SQLite データベースをオープンする ... パラメータ filename SQLite データベースへのパス。インメモリデータベースを使う場合は :memory: を指定します。 fla ...
https://man.plustar.jp/php/sqlite3.open.html - [similar]
MySQL 改良版拡張モジュール 4263
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール は ... lt — 指定したステートメントハンドルの結果を格納したメモリを開放する mysqli_stmt::get_result — プリペアドステー ... に設定する mysqli_result::free — 結果に関連付けられたメモリを開放する mysqli_result::getIterator — 外部イテレー ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
XMLWriter 4263
« XMLReader::XML はじめに » PHP Manual XML 操作 XMLWriter XMLWriter はじめに インストール/設定 要 ... 要素を終了する XMLWriter::openMemory — 文字列の出力にメモリを使用する新しい xmlwriter を作成する XMLWriter::ope ...
https://man.plustar.jp/php/book.xmlwriter.html - [similar]
実行時設定 4263
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ol このパラメータを On (デフォルト) にすると、Zend メモリマネージャーが検出した メモリリークの報告を表示します ...
https://man.plustar.jp/php/errorfunc.configuration.html - [similar]
部分楕円を描画する 4263
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... "Content-type: image/png" ); imagepng ( $img ); // メモリを解放します imagedestroy ( $img ); ?> 上の例の出力は ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
指定した色+アルファ値のインデックスを取得する 4263
« imagecolorexact imagecolormatch » PHP Manual GD および Image 関数 指定した色+アルファ値のインデ ... m , 100 , 255 , 52 , 20 ); print_r ( $colors ); // メモリから開放します imagedestroy ( $im ); ?> 上の例の出力 ...
https://man.plustar.jp/php/function.imagecolorexactalpha.html - [similar]
イメージの一部をコピー、マージする 4263
« imagecopy imagecopymergegray » PHP Manual GD および Image 関数 イメージの一部をコピー、マージす ... rc , 10 , 10 , 0 , 0 , 100 , 47 , 75 ); // 出力してメモリから解放します header ( 'Content-Type: image/gif' ); ...
https://man.plustar.jp/php/function.imagecopymerge.html - [similar]