検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 681 for Default (0.062 sec.)
SolrInputDocument クラス 3385
« SolrUtils::queryPhrase SolrInputDocument::addChildDocument » PHP Manual Solr SolrInputDocument ... lass SolrInputDocument { /* 定数 */ const int SORT_DEFAULT = 1 ; const int SORT_ASC = 1 ; const int SORT_DESC ... lrInputDocument クラス定数 SolrInputDocument::SORT_DEFAULT フィールドを昇順でソート SolrInputDocument::SORT_A ...
https://man.plustar.jp/php/class.solrinputdocument.html - [similar]
定義済み定数 3385
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ( int ) CURLOPT_SSLVERSION ( int ) CURL_SSLVERSION_DEFAULT ( int ) CURL_SSLVERSION_TLSv1 ( int ) CURL_SSLVERS ... int ) CURLOPT_SSLENGINE ( int ) CURLOPT_SSLENGINE_DEFAULT ( int ) CURLOPT_SSLCERTTYPE ( int ) CURLOPT_CRLF ( ... int ) cURL 7.16.1 以降で使用可能です。 CURLFTPAUTH_DEFAULT ( int ) CURLFTPAUTH_SSL ( int ) CURLFTPAUTH_TLS ( ... .7 および cURL 7.43.0 以降で使用可能です。 CURLOPT_DEFAULT_PROTOCOL ( int ) PHP 7.0.7 および cURL 7.45.0 以降 ...
https://man.plustar.jp/php/curl.constants.html - [similar]
3385
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... " ; eio_init (); eio_mkdir ( $dir , 0750 , EIO_PRI_DEFAULT , "my_nop_cb" ); $event = new Event ( $base , eio_ ... ply ( 200 , "OK" ); echo "OK\n" ; } function _http_default ( $req , $data ) { echo __METHOD__ , PHP_EOL ; ech ... Callback ( "/about" , "_http_about" ); $http -> setDefaultCallback ( "_http_default" , "custom data value" ); ... ply ( 200 , "OK" ); echo "OK\n" ; } function _http_default ( $req , $data ) { echo __METHOD__ , PHP_EOL ; ech ...
https://man.plustar.jp/php/event.examples.html - [similar]
指定した名前の変数を外部から受け取り、オプションでそれをフィルタリングする 3385
« filter_input_array filter_list » PHP Manual Filter 関数 指定した名前の変数を外部から受け取り、 ... nt $type , string $var_name , int $filter = FILTER_DEFAULT , array | int $options = 0 ): mixed パラメータ typ ... きるフィルタの一覧があります。 省略した場合は FILTER_DEFAULT を使います。これは FILTER_UNSAFE_RAW と同等です。 ...
https://man.plustar.jp/php/function.filter-input.html - [similar]
適用可能な文字を全て HTML エンティティに変換する 3385
« html_entity_decode htmlspecialchars_decode » PHP Manual String 関数 適用可能な文字を全て HTML ... します。 省略した場合の encoding のデフォルト値は、 default_charset の値を使います。 技術的にはこの引数を省略可 ... 能ですが、 default_charset の指定が入力とは違う文字セットになっている ... と、 スクリプトのエンコーディング (Zend multibyte)、 default_charset 、 そして現在のロケール ( nl_langinfo() お ...
https://man.plustar.jp/php/function.htmlentities.html - [similar]
MySQL テーブルのフィールドのリストを得る 3385
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... ld] => id [Type] => int(7) [Null] => [Key] => PRI [Default] => [Extra] => auto_increment ) Array ( [Field] => ... email [Type] => varchar(100) [Null] => [Key] => [Default] => [Extra] => ) 注意 注意 : 下位互換のために、次の ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
出力バッファのステータスを取得する 3385
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get ... 出力ハンドラの名前、あるいは設定されていない場合は ' default output handler' del ob_start() が設定した削除フラグ ... size] => 10240 [type] => 1 [status] => 0 [name] => default output handler [del] => 1 ) [1] => Array ( [chunk_ ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
対象にマッチする任意のピクセルの値を変更する 3385
« Imagick::flipImage Imagick::flopImage » PHP Manual Imagick 対象にマッチする任意のピクセルの値を ... y , bool $invert , int $channel = Imagick::CHANNEL_DEFAULT ): bool 対象にマッチするピクセルとその直接の近傍の ... 算子で組み合わせます。デフォルトは Imagick::CHANNEL_DEFAULT です。 チャネル定数 の一覧を参照ください。 戻り値 ...
https://man.plustar.jp/php/imagick.floodfillpaintimage.html - [similar]
タイムゾーンを設定する 3385
« IntlDateFormatter::setPattern ResourceBundle » PHP Manual IntlDateFormatter タイムゾーンを設定 ... トは、ini 項目 date.timezone で設定したものか、 date_default_timezone_set() 関数で指定したもの (そして date_def ...
https://man.plustar.jp/php/intldateformatter.settimezone.html - [similar]
比較演算子 3385
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... の使用例 $action = (empty( $_POST [ 'action' ])) ? 'default' : $_POST [ 'action' ]; // 上記は以下の if/else 式 ... です。 if (empty( $_POST [ 'action' ])) { $action = 'default' ; } else { $action = $_POST [ 'action' ]; } ?> (e ... 合体演算子の使用例 $action = $_POST [ 'action' ] ?? 'default' ; // 上の文は、この if/else 文と同じ意味です if ( ... $action = $_POST [ 'action' ]; } else { $action = 'default' ; } ?> 式 (expr1) ?? (expr2) は、 expr1 が null で ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]