検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 201 for Extension (0.006 sec.)
インストール手順 10120
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 Unix システム ... ルドした場合は、この部分は読み飛ばしてかまいません。 extension=pdo.so Windows ユーザー php_pdo.dll をはじめに指定 ... に引き続いて指定します。たとえば次のようになります。 extension=php_pdo.dll extension=php_pdo_firebird.dll extensi ... on=php_pdo_informix.dll extension=php_pdo_mssql.dll extension=php_pdo_mysql.dll exte ... nsion=php_pdo_oci.dll extension=php_pdo_oci8.dll extension=php_pdo_odbc.dll extens ...
https://man.plustar.jp/php/pdo.installation.html - [similar]
インストール手順 9541
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The FANN PHP ... ry version could be linked. PECL Installation This extension is available on PECL. The installation is very sim ... ke the following changes to php.ini: Make sure the extension_dir variable is pointing to the directory containi ... hat looks something like: Installing '/usr/lib/php/extensions/no-debug-non-zts-20060613/fann.so' Make sure that ... it is the same as the PHP extension directory by running: $ php -i | grep extension_di ...
https://man.plustar.jp/php/fann.installation.html - [similar]
ある拡張機能がロードされているかどうかを調べる 9337
« dl gc_collect_cycles » PHP Manual PHP オプション/情報 関数 ある拡張機能がロードされているかどう ... かを調べる extension_loaded (PHP 4, PHP 5, PHP 7, PHP 8) extension_load ... ある拡張機能がロードされているかどうかを調べる 説明 extension_loaded ( string $extension ): bool 拡張モジュールが ... ロードされているかどうかを調べます。 パラメータ extension 拡張モジュールの名前。大文字小文字を区別します。 p ... verload mysql mbstring ctype [Zend Modules] 戻り値 extension で指定する拡張機能がロードされている場合に true を ...
https://man.plustar.jp/php/function.extension-loaded.html - [similar]
はじめに 8714
« FFI インストール/設定 » PHP Manual FFI はじめに はじめに This extension allows the loading of ... without having to have deep knowledge of the Zend extension API, and without having to learn a third “intermed ... rface with the system on a very low level. The FFI extension should only be used by developers having a working ... h the ffi.enable php.ini directive. 注意 : The FFI extension does not render the classic PHP extension API obso ... jects. Therefore, it makes no sense to use the FFI extension for speed; however, it may make sense to use it to ...
https://man.plustar.jp/php/intro.ffi.html - [similar]
Gets the current stomp extension version 8661
« stomp_connect_error Stomp » PHP Manual Stomp 関数 Gets the current stomp extension version sto ... p >= 0.1.0) stomp_version — Gets the current stomp extension version 説明 stomp_version (): string Returns a st ... ring containing the version of the current stomp extension. パラメータ この関数にはパラメータはありません。 戻 ... り値 It returns the current stomp extension version 例 例1 stomp_version() example <?php var_d ... ります。 string(5) "0.2.0" 関連キーワード: version , extension , the , string , 関数 , パラメータ , Returns , con ...
https://man.plustar.jp/php/function.stomp-version.html - [similar]
定義済み定数 8607
« リソース型 例 » PHP Manual GD 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数 ... プ定数。 image_type_to_mime_type() や image_type_to_extension() 関数で使用します。 IMAGETYPE_JPEG ( int ) 画像タ ... プ定数。 image_type_to_mime_type() や image_type_to_extension() 関数で使用します。 IMAGETYPE_JPEG2000 ( int ) 画 ... プ定数。 image_type_to_mime_type() や image_type_to_extension() 関数で使用します。 IMAGETYPE_PNG ( int ) 画像タイ ... プ定数。 image_type_to_mime_type() や image_type_to_extension() 関数で使用します。 IMAGETYPE_SWF ( int ) 画像タイ ...
https://man.plustar.jp/php/image.constants.html - [similar]
あるモジュールの関数名を配列として返す 8446
« get_defined_constants get_include_path » PHP Manual PHP オプション/情報 関数 あるモジュールの関 ... 数名を配列として返す get_extension_funcs (PHP 4, PHP 5, PHP 7, PHP 8) get_extension_f ... — あるモジュールの関数名を配列として返す 説明 get_extension_funcs ( string $extension ): array | false この関数 ... は、 extension で示したモジュールで定義された全ての関数の名前を返 ... します。 パラメータ extension モジュール名。 注意 : このパラメータは 小文字 でな ...
https://man.plustar.jp/php/function.get-extension-funcs.html - [similar]
インストール手順 8339
« 要件 定義済み定数 » PHP Manual インストール/設定 インストール手順 インストール手順 The easiest ... way to install the extension is via » PECL pecl install ds You can also build d ... ial php7.0-dev git clone https://github.com/php-ds/extension "php-ds" cd php-ds # Build and install the extensi ... de is still functional in an environment where the extension is not installed. The extension will take priority ... インストール , 手順 , install , build , tension , extension , re , installed , include , functional ...
https://man.plustar.jp/php/ds.installation.html - [similar]
ファイルパスに関する情報を返す 8296
« parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す path ... PATHINFO_DIRNAME 、 PATHINFO_BASENAME 、 PATHINFO_EXTENSION あるいは PATHINFO_FILENAME のいずれかで指定します。 ... 素を含む連想配列を返します。 dirname 、 basename 、 extension (存在すれば)、そして filename 。 注意 : path に複数 ... の拡張子が含まれる場合は、 PATHINFO_EXTENSION は最後の拡張子だけを返します。また、 PATHINFO_FILE ... を参照ください)。 注意 : path に拡張子がない場合は、 extension 要素は返されません (以下の二番目の例を参照ください ...
https://man.plustar.jp/php/function.pathinfo.html - [similar]
はじめに 8081
« CommonMark インストール/設定 » PHP Manual CommonMark はじめに はじめに This extension provides ... ntax with a specification. Parsing: The CommonMark extension provides a simple parsing API: CommonMark\Parse ( ... s = ? ): CommonMark\Node Rendering: The CommonMark extension provides simple rendering API that supports multip ... = ? , int $width = ? ): string AST: The CommonMark extension implements visitation for CommonMark\Node objects: ... aces\IVisitor $visitor ): void CQL: The CommonMark extension provides an interface to CQL, CommonMark Query Lan ...
https://man.plustar.jp/php/intro.cmark.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT