検索

phrase: max: clip:
target: order:
Results of 691 - 700 of about 2443 for Array (0.041 sec.)
変数がスカラかどうかを調べる 2284
« is_resource is_string » PHP Manual 変数操作 関数 変数がスカラかどうかを調べる is_scalar (PHP 4 ... nt 、 float 、 string あるいは bool が含まれます。 array 、 object 、 resource 、 null はスカラではありませ ... var_dump ( $var ); } } $pi = 3.1416 ; $proteins = array( "hemoglobin" , "cytochrome c oxidase" , "ferredox ... roteins ) ?> 上の例の出力は以下となります。 3.1416 array(3) { [0]=> string(10) "hemoglobin" [1]=> string(20 ... object() - 変数がオブジェクトかどうかを検査する is_array() - 変数が配列かどうかを検査する 関連キーワード: 変 ...
https://man.plustar.jp/php/function.is-scalar.html - [similar]
指定したオプションの値を設定する 2284
« ldap_search ldap_set_rebind_proc » PHP Manual LDAP 関数 指定したオプションの値を設定する ldap_ ... t_option ( ? LDAP\Connection $ldap , int $option , array | string | int | bool $value ): bool 指定したオプシ ... DAP_OPT_MATCHED_DN string LDAP_OPT_SERVER_CONTROLS array LDAP_OPT_CLIENT_CONTROLS array LDAP_OPT_X_KEEPALIV ... ーコントロールへの有効なリンクID // です。 $ctrl1 = array( "oid" => "1.2.752.58.10.1" , "iscritical" => true ... / iscritical のデフォルトは、FALSE です。 $ctrl2 = array( "oid" => "1.2.752.58.1.10" , "value" => "magic" ) ...
https://man.plustar.jp/php/function.ldap-set-option.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 2284
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... $errstr , string $errfile = ? , int $errline = ? , array $errcontext = ? ): bool errno 最初のパラメータ err ... sed: scale = $scale " , E_USER_ERROR ); } if (! is_array ( $vect )) { trigger_error ( "Incorrect input vect ... or, array of values expected" , E_USER_WARNING ); return nul ... l ; } $temp = array(); foreach( $vect as $pos => $value ) { if (! is_n ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
Parabolic SAR - Extended 2284
« trader_sar trader_set_compat » PHP Manual Trader 関数 Parabolic SAR - Extended trader_sarext ( ... xt — Parabolic SAR - Extended 説明 trader_sarext ( array $high , array $low , float $startValue = ? , float ... tionShort = ? , float $accelerationMaxShort = ? ): array パラメータ high 高値。実数値の配列。 low 安値。実数 ... ange from 0 to TRADER_REAL_MAX . 戻り値 Returns an array with calculated data or false on failure. 関連キー ...
https://man.plustar.jp/php/function.trader-sarext.html - [similar]
ロケールのキーワードの値の集合を返す 2284
« IntlCalendar::getGreatestMinimum IntlCalendar::getLeastMaximum » PHP Manual IntlCalendar ロケー ... yworkValuesForLocale() <?php print_r ( iterator_to_array ( IntlCalendar :: getKeywordValuesForLocale ( 'cal ... endar' , 'fa_IR' , true ))); print_r ( iterator_to_array ( IntlCalendar :: getKeywordValuesForLocale ( 'cal ... fa_IR' , false ))); 上の例の出力は以下となります。 Array ( [0] => persian [1] => gregorian [2] => islamic [ ... 3] => islamic-civil ) Array ( [0] => persian [1] => gregorian [2] => islamic [ ...
https://man.plustar.jp/php/intlcalendar.getkeywordvaluesforlocale.html - [similar]
クライアントの一覧を取得する 2284
« Session::getServerVersion Session::quoteName » PHP Manual mysql_xdevapi\Session クライアントの ... 説明 public mysql_xdevapi\Session::listClients (): array MySQL サーバのセッションに紐付いたクライアント接続 ... ?> 上の例の出力は、 たとえば以下のようになります。 array(1) { [0]=> array(4) { ["client_id"]=> int(61) ["us ... ド: 取得 , Session , 一覧 , listClients , xdevapi , array , int , session , host , user ...
https://man.plustar.jp/php/mysql-xdevapi-session.listclients.html - [similar]
Returns all the fields that Solr should generate highlighted snippets for 2284
« SolrQuery::getHighlightAlternateField SolrQuery::getHighlightFormatter » PHP Manual SolrQuery ... for 説明 public SolrQuery::getHighlightFields (): array Returns all the fields that Solr should generate h ... の関数にはパラメータはありません。 戻り値 Returns an array on success and null if not set. 関連キーワード: So ... te , highlighted , snippets , getHighlightFields , array , パラメータ ...
https://man.plustar.jp/php/solrquery.gethighlightfields.html - [similar]
Register namespace with searching path 2284
« Yaf_Loader::registerLocalNamespace Yaf_Loader::setLibraryPath » PHP Manual Yaf_Loader Register ... 説明 public Yaf_Loader::registerNamespace ( string | array $namespaces , string $path = ? ): bool Register a ... . パラメータ namespace a string of namespace, or a array of namespaces with paths. path a string of path, i ... , "/var/lib/php" ); $loader -> registerNamespace (array( "\Vendor\ASP" => "/var/lib/asp" , "\Vendor\JSP" = ... searching , Loader , registerNamespace , string , array , namespaces ...
https://man.plustar.jp/php/yaf-loader.registernamespace.html - [similar]
ディレクトリから、PCRE パターンを使ってファイルを追加する 2284
« ZipArchive::addGlob ZipArchive::clearError » PHP Manual ZipArchive ディレクトリから、PCRE パタ ... ddPattern ( string $pattern , string $path = "." , array $options = [] ): array | false ディレクトリから、正 ... 使えます。 戻り値 成功した場合、追加されたファイルの array を返します。 失敗した場合に false を返します 例 例 ... } else { $directory = realpath ( '.' ); $options = array( 'add_path' => 'sources/' , 'remove_path' => $dire ... PCRE , ファイル , addPattern , pattern , addGlob , array ...
https://man.plustar.jp/php/ziparchive.addpattern.html - [similar]
値を追加する 2271
« ArrayObject ArrayObject::asort » PHP Manual ArrayObject 値を追加する ArrayObject::append (PHP ... 5, PHP 7, PHP 8) ArrayObject::append — 値を追加する 説明 public ArrayObje ... 最後の要素として追加します。 注意 : このメソッドは、 ArrayObject をオブジェクトから作成した場合にはコールでき ... ません。 かわりに ArrayObject::offsetSet() を使用します。 パラメータ value ... 追加する値。 戻り値 値を返しません。 例 例1 ArrayObject::append() の例 <?php $arrayobj = new ArrayOb ...
https://man.plustar.jp/php/arrayobject.append.html - [similar]