検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 456 for [SIMILAR] 16 1024 4096 WITH 23579 getclosurethis... (0.741 sec.)
mysqlndプラグインの開発をはじめよう 0
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの開発をはじめよう mysqlndプラグインの開発をはじめよう mysqlnd プラグイン それ自体が PHPエクステンション であることを覚えておくことが重要です。 次のコードは、典型的な mysqlnd プラグインで使われ ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
新しい OAuthProvider オブジェクトを作る 0
« OAuthProvider::checkOAuthRequest OAuthProvider::consumerHandler » PHP Manual OAuthProvider 新しい OAuthProvider オブジェクトを作る OAuthProvider::__construct (PECL OAuth >= 1.0.0) OAuthProvider::__construct — 新しい OAuthProvider オブジェクトを作る 説明 public OAuthProvider::__construc ...
https://man.plustar.jp/php/oauthprovider.construct.html - [similar]
プログラム実行関数 0
« 定義済み定数 escapeshellarg » PHP Manual プログラムの実行 プログラム実行関数 プログラム実行関数 注意 警告 ロックしてオープンしたファイル (特に、オープンしたセッション) は、プログラムをバックグラウンドで実行する前に閉じておく必要があります。 参考 以下の関数は、 バッククォート演算子 にも ...
https://man.plustar.jp/php/ref.exec.html - [similar]
ファイルの情報を得る 0
« SplFileObject::fseek SplFileObject::ftell » PHP Manual SplFileObject ファイルの情報を得る SplFileObject::fstat (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::fstat — ファイルの情報を得る 説明 public SplFileObject::fstat (): array ファイルの統計情報を集めます。 fstat() とまったく同じよう ...
https://man.plustar.jp/php/splfileobject.fstat.html - [similar]
インデックスで指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 0
« ZipArchive::getStream ZipArchive::getStreamName » PHP Manual ZipArchive インデックスで指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) ZipArchive::getStreamIndex (PHP 8 >= 8.2.0, PECL zip >= 1.20.0) ZipArchive::getStreamIndex — インデックスで指定されたエントリへの、ファ ...
https://man.plustar.jp/php/ziparchive.getstreamindex.html - [similar]
名前で指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 0
« ZipArchive::getStreamIndex ZipArchive::isCompressionMethodSupported » PHP Manual ZipArchive 名前で指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) ZipArchive::getStreamName (PHP 8 >= 8.2.0, PECL zip >= 1.20.0) ZipArchive::getStreamName — 名前で指定されたエントリへの、フ ...
https://man.plustar.jp/php/ziparchive.getstreamname.html - [similar]
APC User Cache 0
« PHP の振る舞いの変更 はじめに » PHP Manual PHP の振る舞いの変更 APC User Cache APC User Cache はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 APCu 関数 apcu_add — 新規の変数をデータ領域にキャッシュする apcu_cache_info — APCu のデータから、キャッシュさ ...
https://man.plustar.jp/php/book.apcu.html - [similar]
Imagick クラス 0
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラス (PECL imagick 2, PECL imagick 3) クラス概要 class Imagick implements Iterator { public __construct ( mixed $files = ? ) public adaptiveBlurImage ( float $radius , float $sigma , int $channe ...
https://man.plustar.jp/php/class.imagick.html - [similar]
PhpToken クラス 0
« 例 PhpToken::__construct » PHP Manual Tokenizer PhpToken クラス PhpToken クラス (PHP 8) はじめに このクラスは、 token_get_all() 関数の代替です。 token_get_all() 関数は、トークンを示す一文字、 またはトークンのIDの配列、トークンのテキスト、行番号からなる配列を返します。 PhpToken::tokeniz ...
https://man.plustar.jp/php/class.phptoken.html - [similar]
一つ以上の要素を配列の最初に加える 0
« array_unique array_values » PHP Manual 配列 関数 一つ以上の要素を配列の最初に加える array_unshift (PHP 4, PHP 5, PHP 7, PHP 8) array_unshift — 一つ以上の要素を配列の最初に加える 説明 array_unshift ( array &$array , mixed ...$values ): int array_unshift() は、 array の先頭に指定された要 ...
https://man.plustar.jp/php/function.array-unshift.html - [similar]