検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 734 for s (1.528 sec.)
Extracts the data from a tagged attribute 3342
« radius_get_attr radius_get_tagged_attr_tag » PHP Manual Radius 関数 Extracts the data from a t ... agged attribute radius_get_tagged_attr_data (PECL radius >= 1.3.0) radius ... _get_tagged_attr_data — Extracts the data from a tagged attribute 説明 radius_get_t ... agged_attr_data ( string $data ): string | false If a tagged attribute ... has been returned from radius_get_attr() , radius_get_ ...
https://man.plustar.jp/php/function.radius-get-tagged-attr-data.html - [similar]
Extracts the tag from a tagged attribute 3342
« radius_get_tagged_attr_data radius_get_vendor_attr » PHP Manual Radius 関数 Extracts the tag f ... rom a tagged attribute radius_get_tagged_attr_tag (PECL radius >= 1.3.0) radius_ ... get_tagged_attr_tag — Extracts the tag from a tagged attribute 説明 radius_get_ta ... gged_attr_tag ( string $data ): int | false If a tagged attribute ha ... s been returned from radius_get_attr() , radius_get_tagged_attr_data() will re ...
https://man.plustar.jp/php/function.radius-get-tagged-attr-tag.html - [similar]
一意な ID を生成する 3342
« time_sleep_until unpack » PHP Manual その他の関数 一意な ID を生成する uniqid (PHP 4, PHP 5, P ... PHP 8) uniqid — 一意な ID を生成する 説明 uniqid ( string $prefix = "" , bool $more_entropy = false ): ... 安全な値が必要な場合は、 random_int() か random_bytes() あるいは openssl_random_pseudo_bytes() を使いまし ... ID、たとえば 4b3403665fea6 */ printf ( "uniqid(): %s\r\n" , uniqid ()); /* IDに接頭辞をつけることもでき ... d = uniqid($prefix); */ printf ( "uniqid('php_'): %s\r\n" , uniqid ( 'php_' )); /* more_entropy パラメー ...
https://man.plustar.jp/php/function.uniqid.html - [similar]
ディレクトリやファイルの数を取得する 3342
« GlobIterator::__construct InfiniteIterator » PHP Manual GlobIterator ディレクトリやファイルの数 ... lobIterator ( '*.xml' ); printf ( "Matched %d item(s)\r\n" , $iterator -> count ()); ?> 上の例の出力は、 ... たとえば以下のようになります。 Matched 8 item(s) 参考 GlobIterator::__construct() - glob を使うディ ... , GlobIterator , 数 , ファイル , count , glob , construct , int , パラメータ ...
https://man.plustar.jp/php/globiterator.count.html - [similar]
Parser examples 3342
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... or <?php use Parle \{ Parser , ParserException , Lexer , Token ... }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' ' ... -' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p -> push ( "ex ... p" , "exp '+' exp" ); $prod_sub = $p -> push ( "exp" , "exp '-' exp" ); $prod_mu ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
CUBRID 関数 3342
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... o a prepared statement as parameters cubrid_close_prepare — Close ... the request handle cubrid_close_request — Close the request h ... andle cubrid_col_get — Get contents of collection type column using OID cubrid_col_siz ... e — Get the number of elements in collection type column using OID cubrid_column_ ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
3342
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... 法の例 例1 ブートストラップ・ファイルの内容 <?php /* Solr サーバーのドメイン名 */ define ( 'SOLR_SERVER_H ... OSTNAME' , 'solr.example.com' ); /* セキュアなモードで ... 動作するかどうか */ define ( 'SOLR_SECURE' , true ); /* 接続する HTTP ポート */ de ... fine ( 'SOLR_SERVER_PORT' , (( SOLR_SECURE ) ? 8443 : 8983 ) ...
https://man.plustar.jp/php/solr.examples.html - [similar]
Get error code for the most recent function call 3314
« cubrid_error_code_facility cubrid_error_msg » PHP Manual CUBRID 関数 Get error code for the mo ... .3.0) cubrid_error_code — Get error code for the most recent function call 説明 cubrid_error_code (): i ... nt The cubrid_error_code() function is used to get the error code of the error that occur ... red during the API execution. Usually, it gets the error code when API returns fals ... e as its return value. パラメータ この関数にはパラメータ ...
https://man.plustar.jp/php/function.cubrid-error-code.html - [similar]
整数値の除算 3314
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 ... 割った整数商。 エラー / 例外 num2 が 0 の場合、 DivisionByZeroError 例外がスローされます。 num1 が PHP_I ... int(1) Fatal error: Uncaught ArithmeticError: Division of PHP_INT_MIN by -1 is not an integer in %s on ... line 8 Fatal error: Uncaught DivisionByZeroError: Division by zero in %s on line 9 参 ... m , 整数 , int , 除算 , intdiv , 例外 , 剰余 , Division , Uncaught , Fatal ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
アクション名を設定します 3314
« oci_server_version oci_set_call_timeout » PHP Manual OCI8 関数 アクション名を設定します oci_se ... 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_action — アクション名を設定します 説明 oci_set_a ... ction ( resource $connection , string $action ): bool Oracle が ... ション名がデータベースに登録されます。これは一般的にSQLステートメントが実行されるときに起こります。 V$SE ... SSION のようなデータベース管理ビューから、 アクション ...
https://man.plustar.jp/php/function.oci-set-action.html - [similar]