検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 84 for Define (0.010 sec.)
構文 8467
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使 ... うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 c ... ことも可能です。 定義済の定数の一覧を得るには、 get_defined_constants() を使用してください。 注意 : 定数と(グ ... ます。 注意 : 定数が設定されているかを確認するには、 defined() 関数を使って下さい。 変数との違いは次のようにな ... と配列としてのみ評価可能です。 例1 定数の定義 <?php define ( "CONSTANT" , "Hello world." ); echo CONSTANT ; / ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
Remove/Delete an already defined constant 8156
« runkit7_constant_redefine runkit7_function_add » PHP Manual runkit7 関数 Remove/Delete an alre ... ady defined constant runkit7_constant_remove (PECL runkit7 >= ... runkit7_constant_remove — Remove/Delete an already defined constant 説明 runkit7_constant_remove ( string $c ... 合に true を、失敗した場合に false を返します。 参考 define() - 名前を指定して定数を定義する runkit7_constant_ ... add() - Similar to define(), but allows defining in class definitions as wel ...
https://man.plustar.jp/php/function.runkit7-constant-remove.html - [similar]
8088
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... ファイルの内容 <?php /* Solr サーバーのドメイン名 */ define ( 'SOLR_SERVER_HOSTNAME' , 'solr.example.com' ); / ... * セキュアなモードで動作するかどうか */ define ( 'SOLR_SECURE' , true ); /* 接続する HTTP ポート ... */ define ( 'SOLR_SERVER_PORT' , (( SOLR_SECURE ) ? 8443 : 8 ... 983 )); /* HTTP Basic 認証ユーザー名 */ define ( 'SOLR_SERVER_USERNAME' , 'admin' ); /* HTTP Basi ...
https://man.plustar.jp/php/solr.examples.html - [similar]
変更履歴 8034
« usleep Seaslog » PHP Manual その他 変更履歴 変更履歴 この拡張モジュールのクラス/関数/メソッドに ... NING レベルの警告が発生し、null を返していました。 define case_insensitive に true を渡すと、 E_WARNING が発 ... 0_support enable は、nullable になりました。 7.3.0 define case_insensitive は非推奨になりました。 8.0.0 で削 ... トオーダーをサポートするために追加されました。 7.0.0 define array が使えるようになりました。 関連キーワード: 変 ... 更 , 履歴 , サポート , define , float , pack , insensitive , case , 発生 , const ...
https://man.plustar.jp/php/changelog.misc.html - [similar]
A Complete PHP/FFI/preloading Example 7966
« PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/pre ... mpile_file ( __DIR__ . "/dummy.php" ); ?> dummy.h #define FFI_SCOPE "DUMMY" #define FFI_LIB "libc.so.6" int ... ete , preloading , A , Example , preload , dummy , define , Callbacks , opcache , SCOPE ...
https://man.plustar.jp/php/ffi.examples-complete.html - [similar]
定数の値を返す 7966
« connection_status define » PHP Manual その他の関数 定数の値を返す constant (PHP 4 >= 4.0.4, PH ... ll を返していました。 例 例1 constant() の例 <?php define ( "MAXSIZE" , 100 ); echo MAXSIZE ; echo constant ... foo::' . $const )); // string(7) "foobar!" ?> 参考 define() - 名前を指定して定数を定義する defined() - 指定し ... constant , 値 , 定義 , 関数 , 名前 , バージョン , define , 発生 , 警告 ...
https://man.plustar.jp/php/function.constant.html - [similar]
win32service 関数 7654
« 例 win32_continue_service » PHP Manual win32service win32service 関数 win32service 関数 目次 w ... 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 ... ービス , 関数 , control , mode , running , return , Define , custom , status ...
https://man.plustar.jp/php/ref.win32service.html - [similar]
WinCache 統計スクリプト 7587
« 実行時設定 WinCache セッションハンドラ » PHP Manual インストール/設定 WinCache 統計スクリプト ... thentication then replace the default password. */ define ( 'USE_AUTHENTICATION' , 1 ); define ( 'USERNAME' ... , 'wincache' ); define ( 'PASSWORD' , 'wincache' ); /** * The Basic PHP a ... ll not work. * In that case use the array below to define the names of users in your * domain/network/workgr ...
https://man.plustar.jp/php/wincache.stats.html - [similar]
指定した名前の定数が存在するかどうかを調べる 7465
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP ... 4, PHP 5, PHP 7, PHP 8) defined — 指定した名前の定数が存在するかどうかを調べる 説 ...defined ( string $constant_name ): bool 指定した定数が存在 ... どうかを知りたければ、 isset() を利用してください。 defined() は 定数 にしか適用できません。 関数が存在するか ... が、定数 TEST の名前かどうかを調べています。*/ if ( defined ( 'TEST' )) { echo TEST ; } ?> 参考 define() - 名 ...
https://man.plustar.jp/php/function.defined.html - [similar]
クエリの次の行を内部バッファに取得する 7397
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... へは oci_result() でアクセスできます。あるいは、 oci_define_by_name() で事前に定義した変数を使ってアクセスする ... $sql ); // 実行前に定義しておく必要があります oci_define_by_name ( $stid , 'LOCATION_ID' , $locid ); oci_de ... 代わりに oci_fetch_array() を使いましょう。 参考 oci_define_by_name() - PHP の変数を、クエリで取得するカラムに ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT