検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 407 for [SIMILAR] 16 1024 4096 WITH 27250 力圧 WITH 8855... (0.372 sec.)
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]
PHP ファイルの実行 0
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの実行 CLI SAPI は、実行する PHP コードを 取得するために三種類の異なる手段をサポートしています。 PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
持続的データベース接続 0
« 接続処理 コマンドラインの使用法 » PHP Manual 機能 持続的データベース接続 持続的データベース接続 持続的接続は、スクリプトの実行終了時にも閉じられないリンクです。 持続的接続が要求された時、PHPは(前もってオープンされたままになって いる)同じ持続的接続が既にオープンされていないかどうかを確認 ...
https://man.plustar.jp/php/features.persistent-connections.html - [similar]
定義済のクラスの名前を配列として返す 0
« get_class get_declared_interfaces » PHP Manual クラス/オブジェクト関数 定義済のクラスの名前を配列として返す get_declared_classes (PHP 4, PHP 5, PHP 7, PHP 8) get_declared_classes — 定義済のクラスの名前を配列として返す 説明 get_declared_classes (): array 定義済のクラスの名前を配列として ...
https://man.plustar.jp/php/function.get-declared-classes.html - [similar]
ユーザー定義のセッション保存関数を設定する 0
« session_set_cookie_params session_start » PHP Manual セッション関数 ユーザー定義のセッション保存関数を設定する session_set_save_handler (PHP 4, PHP 5, PHP 7, PHP 8) session_set_save_handler — ユーザー定義のセッション保存関数を設定する 説明 session_set_save_handler ( callable $open , ca ...
https://man.plustar.jp/php/function.session-set-save-handler.html - [similar]
ユーザー定義の例外ハンドラ関数を設定する 0
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の例外ハンドラ関数を設定する set_exception_handler (PHP 5, PHP 7, PHP 8) set_exception_handler — ユーザー定義の例外ハンドラ関数を設定する 説明 set_exception_handler ( ? callable $callback ): ? callable 例外が try/c ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
拡張属性を取得する 0
« xattr 関数 xattr_list » PHP Manual xattr 関数 拡張属性を取得する xattr_get (PECL xattr >= 0.9.0) xattr_get — 拡張属性を取得する 説明 xattr_get ( string $filename , string $name , int $flags = 0 ): string この関数は、ファイルの拡張属性の値を取得します。 拡張属性には二種類の異なる名前空間 ...
https://man.plustar.jp/php/function.xattr-get.html - [similar]
拡張属性の一覧を取得する 0
« xattr_get xattr_remove » PHP Manual xattr 関数 拡張属性の一覧を取得する xattr_list (PECL xattr >= 0.9.0) xattr_list — 拡張属性の一覧を取得する 説明 xattr_list ( string $filename , int $flags = 0 ): array この関数は、ファイルの拡張属性の名前の一覧を取得します。 拡張属性には二種類の異なる ...
https://man.plustar.jp/php/function.xattr-list.html - [similar]
拡張属性を削除する 0
« xattr_list xattr_set » PHP Manual xattr 関数 拡張属性を削除する xattr_remove (PECL xattr >= 0.9.0) xattr_remove — 拡張属性を削除する 説明 xattr_remove ( string $filename , string $name , int $flags = 0 ): bool この関数は、ファイルの拡張属性を削除します。 拡張属性には二種類の異なる名前空 ...
https://man.plustar.jp/php/function.xattr-remove.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 GD ライブラリ( » http://www.libgd.org/ で取得可能)があれば、画像の作成と操 作を行なうこともできます。 操作できるイメージの形式は、インストールされている GD とこれらのイメージフォーマットにアクセスする ために GD ...
https://man.plustar.jp/php/image.requirements.html - [similar]