検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 84 for Define (0.003 sec.)
現在の PHP バージョンを取得する 7397
« phpinfo putenv » PHP Manual PHP オプション/情報 関数 現在の PHP バージョンを取得する phpversio ... いバージョンでは、このようにエミュレートします if (! defined ( 'PHP_VERSION_ID' )) { $version = explode ( '.' ... , PHP_VERSION ); define ( 'PHP_VERSION_ID' , ( $version [ 0 ] * 10000 + $v ... することができます。 if( PHP_VERSION_ID < 50207 ) { define ( 'PHP_MAJOR_VERSION' , $version [ 0 ]); define ( ... 'PHP_MINOR_VERSION' , $version [ 1 ]); define ( 'PHP_RELEASE_VERSION' , $version [ 2 ]); // など ...
https://man.plustar.jp/php/function.phpversion.html - [similar]
Returns the status of working copy files and directories 7153
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... ilable, they can be emulated by using: <?php if (! defined ( 'svn_wc_schedule_normal' )) { define ( 'svn_wc_ ... schedule_normal' , 0 ); // nothing special define ( 'svn_wc_schedule_add' , 1 ); // item will be add ... ed define ( 'svn_wc_schedule_delete' , 2 ); // item will be ... deleted define ( 'svn_wc_schedule_replace' , 3 ); // item will be ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
win32service 6706
« variant_xor はじめに » PHP Manual Windows 用のモジュール win32service win32service はじめに イ ... ntrol to the service win32_set_service_exit_code — Define or return the exit code for the current running se ... rvice win32_set_service_exit_mode — Define or return the exit mode for the current running se ...
https://man.plustar.jp/php/book.win32service.html - [similar]
Yaf_Application のコンストラクタ 6638
« Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A ... i ファイルの例 [product] ;this one should alway be defined, and have no default value application.directory= ... ing configs have default value, you may no need to define them application.library = APPLICATION_PATH . "/li ... ontroller=Index ap.dispatcher.defaultAction=index ;defined modules ap.modules=Index envrion 最終的な設定とし ... 値 例 例2 Yaf_Application::__construct() の例 <?php defined ( 'APPLICATION_PATH' ) // APPLICATION_PATH が ini ...
https://man.plustar.jp/php/yaf-application.construct.html - [similar]
Parsing and lexing 6584
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... Finalize the lexer rule set Parle\Lexer::callout — Define token callback Parle\Lexer::consume — Pass the dat ... inalize the lexer rule set Parle\RLexer::callout — Define token callback Parle\RLexer::consume — Pass the da ...
https://man.plustar.jp/php/book.parle.html - [similar]
タイプライブラリを読み込む 6584
« com_get_active_object com_message_pump » PHP Manual COM関数 タイプライブラリを読み込む com_loa ... ブラリを読み込んで定数をエンジン内に登録し、それらが define() を使用して定義されているかのように 扱えるようにし ... っています。 case_insensitive case_insensitive は、 define() 関数の $case_insensitive とは逆の動きをします。 ...
https://man.plustar.jp/php/function.com-load-typelib.html - [similar]
すべての定数の名前とその値を連想配列として返す 6462
« get_current_user get_extension_funcs » PHP Manual PHP オプション/情報 関数 すべての定数の名前と ... その値を連想配列として返す get_defined_constants (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) g ... et_defined_constants — すべての定数の名前とその値を連想配列と ... して返す 説明 get_defined_constants ( bool $categorize = false ): array 現在 ... される値には、 拡張モジュールにより作成された定数や define() 関数で作成された定数も含まれます。 パラメータ ca ...
https://man.plustar.jp/php/function.get-defined-constants.html - [similar]
サービスに送信された直近の制御メッセージを返す 6462
« win32_delete_service win32_pause_service » PHP Manual win32service 関数 サービスに送信された直 ... ビスの状態を更新する win32_set_service_exit_mode() - Define or return the exit mode for the current running se ... rvice win32_set_service_exit_code() - Define or return the exit code for the current running se ...
https://man.plustar.jp/php/function.win32-get-last-control-message.html - [similar]
サービスの状態を更新する 6462
« win32_set_service_exit_mode win32_start_service_ctrl_dispatcher » PHP Manual win32service 関数 ... 制御メッセージを返す win32_set_service_exit_mode() - Define or return the exit mode for the current running se ... rvice win32_set_service_exit_code() - Define or return the exit code for the current running se ...
https://man.plustar.jp/php/function.win32-set-service-status.html - [similar]
Instantiates an FFI object with C declarations parsed during preloading 6394
« FFI::new FFI::sizeof » PHP Manual FFI Instantiates an FFI object with C declarations parsed du ... d at the same time. パラメータ name The scope name defined by a special FFI_SCOPE define. 戻り値 Returns the ...
https://man.plustar.jp/php/ffi.scope.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT