Results of 1 - 10 of about 84 for Define (0.014 sec.)
- PHP の変数を、クエリで取得するカラムに関連づける 11733
- « oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける
...
oci_define_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ...
oci_define_by_name — PHP の変数を、クエリで取得するカラムに関 ...
連づける 説明 oci_define_by_name ( resource $statement , string $column , m ...
tch() で取得するクエリのカラムに関連づけます。 oci_define_by_name() は、 oci_execute() を実行する前にコールし ...
-
https://man.plustar.jp/php/function.oci-define-by-name.html
- [similar]
- Loads C declarations from a C header file 10798
- « FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load (
...
aries that should be loaded, using special FFI_LIB defines in the loaded C header file. パラメータ filename ...
sor directives are not supported, i.e. #include , #define and CPP macros do not work, except for special cas ...
es listed below. The header file should contain a #define statement for the FFI_SCOPE variable, e.g.: #defin ...
uction for details. The header file may contain a #define statement for the FFI_LIB variable to specify the ...
-
https://man.plustar.jp/php/ffi.load.html
- [similar]
- Define token callback 10351
- « Parle\Lexer::build Parle\Lexer::consume » PHP Manual Parle\Lexer Define token callback Parle\L
...
llout (PECL parle >= 0.7.2) Parle\Lexer::callout — Define token callback 説明 public Parle\Lexer::callout ( ...
int $id , callable $callback ): void Define a callback to be invoked once lexer encounters a p ...
戻り値 値を返しません。 関連キーワード: callback , Define , token , Parle , callout , invoked , callable , p ...
-
https://man.plustar.jp/php/parle-lexer.callout.html
- [similar]
- Define token callback 10351
- « Parle\RLexer::build Parle\RLexer::consume » PHP Manual Parle\RLexer Define token callback Parl
...
lout (PECL parle >= 0.7.2) Parle\RLexer::callout — Define token callback 説明 public Parle\RLexer::callout ( ...
int $id , callable $callback ): void Define a callback to be invoked once lexer encounters a p ...
戻り値 値を返しません。 関連キーワード: callback , Define , token , Parle , RLexer , callout , invoked , cal ...
-
https://man.plustar.jp/php/parle-rlexer.callout.html
- [similar]
- oci_define_by_name のエイリアス 10039
- « ocicommit ocierror » PHP Manual OCI8 廃止されたエイリアスと関数 oci_define_by_name のエイリアス
...
ocidefinebyname (PHP 4, PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1. ...
0.0) ocidefinebyname — oci_define_by_name() のエイリアス 説明 oci ...
_define_by_name() のエイリアス 警告 このエイリアスは PHP 5 ...
用しないことを強く推奨します。 関連キーワード: oci , define , OCI , ocidefinebyname , 推奨 , ocicommit , ocier ...
-
https://man.plustar.jp/php/function.ocidefinebyname.html
- [similar]
- Similar to define(), but allows defining in class definitions as well 9538
- « runkit7 関数 runkit7_constant_redefine » PHP Manual runkit7 関数 Similar to define(), but allo
...
kit7 >= Unknown) runkit7_constant_add — Similar to define(), but allows defining in class definitions as wel ...
合に true を、失敗した場合に false を返します。 参考 define() - 名前を指定して定数を定義する runkit7_constant_ ...
redefine() - Redefine an already defined constant runkit7_c ...
onstant_remove() - Remove/Delete an already defined constant 関連キーワード: constant , runkit , defi ...
-
https://man.plustar.jp/php/function.runkit7-constant-add.html
- [similar]
- 名前を指定して定数を定義する 9226
- « constant defined » PHP Manual その他の関数 名前を指定して定数を定義する define (PHP 4, PHP 5,
...
PHP 7, PHP 8) define — 名前を指定して定数を定義する 説明 define ( strin ...
前。 注意 : 予約語や無効な名前を使っていても、定数を define() できてしまいます。これらの値はを取得するには、 c ...
が使えるようになりました。 例 例1 定数の定義 <?php define ( "CONSTANT" , "Hello world." ); echo CONSTANT ; / ...
onstant ; // "Constant" を出力し、警告が発生します define ( "GREETING" , "Hello you." , true ); echo GREETIN ...
-
https://man.plustar.jp/php/function.define.html
- [similar]
- 定数 9091
- « 外部から来る変数 構文 » PHP Manual 言語リファレンス 定数 定数 目次 構文 自動的に定義される定数
...
されます。 注意 : PHP 8.0.0 より前のバージョンでは、 define() 関数を使って定義された定数は、 大文字小文字を区別 ...
ります。 ^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$ define() 関数を使うと、 予約語や有効でない名前の定数を定義 ...
い。 例1 有効/無効な定数名の例 <?php // 有効な定数名 define ( "FOO" , "something" ); define ( "FOO2" , "someth ...
ing else" ); define ( "FOO_BAR" , "something more" ); // 無効な定数名 ...
-
https://man.plustar.jp/php/language.constants.html
- [similar]
- Define or return the exit code for the current running service 8901
- « win32_send_custom_control win32_set_service_exit_mode » PHP Manual win32service 関数 Define or
...
in32service >=0.4.0) win32_set_service_exit_code — Define or return the exit code for the current running se ...
ビスの状態を更新する win32_set_service_exit_mode() - Define or return the exit mode for the current running se ...
ーワード: service , return , mode , not , function , Define , running , ServiceException , returned , Throws ...
-
https://man.plustar.jp/php/function.win32-set-service-exit-code.html
- [similar]
- Define or return the exit mode for the current running service 8901
- « win32_set_service_exit_code win32_set_service_status » PHP Manual win32service 関数 Define or
...
in32service >=0.4.0) win32_set_service_exit_mode — Define or return the exit mode for the current running se ...
ビスの状態を更新する win32_set_service_exit_code() - Define or return the exit code for the current running se ...
関連キーワード: service , mode , function , not , Define , return , running , gracefulMode , returned , Ser ...
-
https://man.plustar.jp/php/function.win32-set-service-exit-mode.html
- [similar]