検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 223 for include (0.039 sec.)
定義済み定数 4979
« リソース型 ファイルシステム 関数 » PHP Manual ファイルシステム 定義済み定数 定義済み定数 以下の ... TENSION ( int ) PATHINFO_FILENAME ( int ) FILE_USE_INCLUDE_PATH ( int ) filename を include_path から探します ...
https://man.plustar.jp/php/filesystem.constants.html - [similar]
php-config 4979
« phpize で共有 PECL 拡張モジュールをコンパイルする方法 PECL 拡張モジュールを PHP に静的に組み込 ... /bin/php-config [OPTION] Options: --prefix [...] --includes [...] --ldflags [...] --libs [...] --extension-di ... r [...] --include-dir [...] --php-binary [...] --php-sapis [...] --c ... ール先ディレクトリのプレフィックス。例: /usr/local --includes -I オプションとインクルードしたファイルの一覧 --l ... 拡張モジュールを探すときのデフォルトのディレクトリ --include-dir ヘッダファイルのデフォルトのインストール先ディ ...
https://man.plustar.jp/php/install.pecl.php-config.html - [similar]
現在実行されている (phar 形式の) ファイルを読み込み、その内容を登録する 4979
« Phar::loadPhar Phar::mount » PHP Manual Phar 現在実行されている (phar 形式の) ファイルを読み込 ... になります。 <?php function __autoload ( $class ) { include 'phar://me.phar/' . str_replace ( '_' , '/' , $cla ... . '.php' ; } try { Phar :: mapPhar ( 'me.phar' ); include 'phar://me.phar/startup.php' ; } catch ( PharExcep ...
https://man.plustar.jp/php/phar.mapphar.html - [similar]
インストール手順 4906
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 To enable the ... configured with --with-ffi . Windows users have to include php_ffi.dll into php.ini to enable the FFI extensi ...
https://man.plustar.jp/php/ffi.installation.html - [similar]
Delete an instance using OID 4906
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... rid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( $req , 1 , CUBRID_CURS ... rid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( $req , 1 , CUBRID_CURS ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
ファイルまたは URL をオープンする 4906
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... open ( string $filename , string $mode , bool $use_include_path = false , ? resource $context = null ): resou ... リームラッパーについては、 mode は無視されます。 use_include_path オプションの3番目の引数 use_include_path に'1 ... '又は true を設定することにより、 include_path のファイルの検索も行うこともできます。 contex ...
https://man.plustar.jp/php/function.fopen.html - [similar]
Using the PHP Library for MongoDB (PHPLIB) 4906
« Tutorials Application Performance Monitoring (APM) » PHP Manual Tutorials Using the PHP Librar ... or those dependencies' classes). Ensure that it is included at the start of your script or in your applicatio ... database: <?php require 'vendor/autoload.php' ; // include Composer's autoloader $client = new MongoDB \ Clie ... e cursor: <?php require 'vendor/autoload.php' ; // include Composer's autoloader $client = new MongoDB \ Clie ...
https://man.plustar.jp/php/mongodb.tutorial.library.html - [similar]
Create a new Image converter 4906
« wkhtmltox\Image\Converter wkhtmltox\Image\Converter::convert » PHP Manual wkhtmltox\Image\Conv ... output >= 0.1.0 load.proxy >= 0.1.0 web.background include background image in output boolean >= 0.1.0 web.lo ... adImages include images in output boolean >= 0.1.0 web.enableJavasc ...
https://man.plustar.jp/php/wkhtmltox-image-converter.construct.html - [similar]
Execute a prepared SQL statement 4865
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... query in synchronous or asynchronous mode. CUBRID_INCLUDE_OID and CUBRID_ASYNC (or CUBRID_EXEC_QUERY_ALL if ... be executed. option Query execution option CUBRID_INCLUDE_OID , CUBRID_ASYNC , CUBRID_EXEC_QUERY_ALL . reque ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
バックトレースを生成する 4865
« エラー処理関数 debug_print_backtrace » PHP Manual エラー処理関数 バックトレースを生成する debu ... t ( 'friend' ); ?> <?php // ファイル名: /tmp/b.php include_once '/tmp/a.php' ; ?> /tmp/b.php を実行した際の結 ... ing(10) "/tmp/a.php" } ["function"] => string(12) "include_once" } } 参考 trigger_error() - ユーザーレベルのエ ...
https://man.plustar.jp/php/function.debug-backtrace.html - [similar]