検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 159 for param (0.012 sec.)
データベース更新の自動コミットをオンまたはオフにする 5071
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... age(Code, Speakers) VALUES (?,?)' ); $stmt -> bind_param ( 'ss' , $language_code , $native_speakers ); /* I ... (Code, Speakers) VALUES (?,?)' ); mysqli_stmt_bind_param ( $stmt , 'ss' , $language_code , $native_speakers ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
引数が型を持つかを調べる 5071
« ReflectionParameter::getType ReflectionParameter::isArray » PHP Manual ReflectionParameter 引数 ... が型を持つかを調べる ReflectionParameter::hasType (PHP 7, PHP 8) ReflectionParameter::h ... e — 引数が型を持つかを調べる 説明 public ReflectionParameter::hasType (): bool 引数が、関連する型を持つかを ... 。そうでなければ false を返します。 例 例1 ReflectionParameter::hasType() の例 <?php function someFunction ( ... string $param , $param2 = null ) {} $reflectionFunc = new Reflec ...
https://man.plustar.jp/php/reflectionparameter.hastype.html - [similar]
null が許されるかをチェックする 5071
« ReflectionType ReflectionType::__toString » PHP Manual ReflectionType null が許されるかをチェッ ... sNull() の例 <?php function someFunction ( string $param , StdClass $param2 = null ) {} $reflectionFunc = n ... ReflectionFunction ( 'someFunction' ); $reflectionParams = $reflectionFunc -> getParameters (); var_dump ( ... $reflectionParams [ 0 ]-> getType ()-> allowsNull ()); var_dump ( $ ... reflectionParams [ 1 ]-> getType ()-> allowsNull ()); 上の例の出力 ...
https://man.plustar.jp/php/reflectiontype.allowsnull.html - [similar]
定義済み定数 5071
« リソース型 例 » PHP Manual Varnish 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... nt ) VARNISH_STATUS_TOOMANY ( int ) VARNISH_STATUS_PARAM ( int ) VARNISH_STATUS_AUTH ( int ) VARNISH_STATUS ...
https://man.plustar.jp/php/varnish.constants.html - [similar]
エラーコード 5071
« 大文字変換(Case Folding) 文字エンコーディング » PHP Manual XML パーサ エラーコード エラーコード ... TRIBUTE XML_ERROR_JUNK_AFTER_DOC_ELEMENT XML_ERROR_PARAM_ENTITY_REF XML_ERROR_UNDEFINED_ENTITY XML_ERROR_RE ...
https://man.plustar.jp/php/xml.error-codes.html - [similar]
Nginx 1.4.x (Unix システム用) 5025
« Apache 2.x (Unixシステム用) Lighttpd 1.4 (Unix システム用) » PHP Manual Unix システムへのインス ... .php; fastcgi_pass 127.0.0.1:9000; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fas ... tcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; } Nginx を再起動 ...
https://man.plustar.jp/php/install.unix.nginx.html - [similar]
文字列に変換する 5025
« ReflectionType::allowsNull ReflectionUnionType » PHP Manual ReflectionType 文字列に変換する Re ... tring() の例 <?php function someFunction ( string $param ) {} $reflectionFunc = new ReflectionFunction ( 's ... omeFunction' ); $reflectionParam = $reflectionFunc -> getParameters ()[ 0 ]; echo $ ... reflectionParam -> getType (); 上の例の出力は、 たとえば以下のよう ... etTypes() - union 型に含まれる型を返す。 ReflectionParameter::getType() - 引数の型を取得する 関連キーワード ...
https://man.plustar.jp/php/reflectiontype.tostring.html - [similar]
collection.xml および collection.xsl ファイルの例 5025
« 例 libxml のエラー処理関数によるエラー処理 » PHP Manual 例 collection.xml および collection.xs ... s:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/> <xsl ...
https://man.plustar.jp/php/xsl.examples-collection.html - [similar]
圧縮フィルタ 4979
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... になります。 例1 zlib.deflate と zlib.inflate <?php $params = array( 'level' => 6 , 'window' => 15 , 'memory' ... nd ( $fp , 'zlib.deflate' , STREAM_FILTER_WRITE , $params ); fwrite ( $fp , $original_text ); fclose ( $fp ... ます。 例3 bzip2.compress と bzip2.decompress <?php $param = array( 'blocks' => 9 , 'work' => 0 ); echo "もと ... ( $fp , 'bzip2.compress' , STREAM_FILTER_WRITE , $param ); fwrite ( $fp , file_get_contents ( 'LICENSE' )) ...
https://man.plustar.jp/php/filters.compression.html - [similar]
直近のエラーコードを取得する 4979
« intl_error_name intl_get_error_message » PHP Manual 国際化 関数 直近のエラーコードを取得する i ... _code() の例 <?php $coll = collator_create ( '<bad_param>' ); if( ! $coll ) { handle_error ( intl_get_error ...
https://man.plustar.jp/php/function.intl-get-error-code.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT