検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 575 for x (0.016 sec.)
インストールと設定 3660
« 次にするべきことは? インストールにあたっての一般的な注意事項 » PHP Manual インストールと設定 イ ... ルと設定 インストールにあたっての一般的な注意事項 Unix システムへのインストール Apache 2.x (Unixシステム用 ... ) Nginx 1.4.x (Unix システム用) Lighttpd 1.4 (Unix システム ... 用) LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) CGI およびコマンドライン OpenBSD へのイン ... ストール Solaris へのインストール Debian GNU/Linux へのインストール macOS へのインストール パッケージ ...
https://man.plustar.jp/php/install.html - [similar]
変更された関数 3660
« PHP 5.6.x で推奨されなくなる機能 新しい関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 変更 ... te() が、実験的な関数ではなくなりました。 pg_send_execute() 、 pg_send_prepare() 、 pg_send_query() 、 ... ない内部関数をインスタンス化できるようになりました。 XMLReader XMLReader::getAttributeNs() と XMLReader:: ... つからない場合に null を返すようになりました。これは XMLReader::getAttribute() と同じ挙動です。 関連キーワ ... ード: 関数 , 変更 , パラメータ , XMLReader , send , crypto , ストリーム , type , quer ...
https://man.plustar.jp/php/migration56.changed-functions.html - [similar]
新しい関数 3660
« 変更された関数 新しいクラスおよびインターフェイス » PHP Manual PHP 5.6.x から PHP 7.0.x への移 ... オプションと情報 gc_mem_caches() get_resources() POSIX posix_setrlimit() リフレクション ReflectionParamet ... :hasReturnType() Zip ZipArchive::setCompressionIndex() ZipArchive::setCompressionName() Zlib 圧縮 infla ...
https://man.plustar.jp/php/migration70.new-functions.html - [similar]
Checks if the cursor is exhausted or may have additional results 3660
« MongoDB\Driver\Cursor::getServer MongoDB\Driver\Cursor::key » PHP Manual MongoDB\Driver\Cursor ... Checks if the cursor is exhausted or may have additional results MongoDB\Driv ... B\Driver\Cursor::isDead — Checks if the cursor is exhausted or may have additional results 説明 final p ... cursor. This method is similar to the » cursor.isExhausted() method in the MongoDB shell and is primar ... 例外 引数のパースに失敗した場合に MongoDB\Driver\Exception\InvalidArgumentException をスローします。 例 ...
https://man.plustar.jp/php/mongodb-driver-cursor.isdead.html - [similar]
Grouping 3660
« Anchors 例 » PHP Manual Pattern matching Grouping Grouping Grouping Sequence Description (...) ... Group a regular expression to override default operator precedence. ( ... ons may be zero or more of the characters i, s, or x. Options Option Description i Case insensitive. -i ... Alters the meaning of '.' to match any character except '\n'. x Ignores comments and whitespace in pat ... by passing a combination of the bit flags to the lexer. (?# comment ) Omit everything within (). The fi ...
https://man.plustar.jp/php/parle.regex.grouping.html - [similar]
PHPの隠蔽 3660
« ユーザーが投稿したデータ 最新版を維持する » PHP Manual セキュリティ PHPの隠蔽 PHPの隠蔽 一般に ... ることができる可能性があります。 php.ini ファイルで expose_php を off と設定すれば、 攻撃者が利用可能な情 ... コードを他のコード型のようにする AddType application/x-httpd-php .asp .py .pl または、次のように完全に隠す ... P code look like unknown types AddType application/x-httpd-php .bop .foo .133t または、 HTML コードとし ... HPコードをHTMLのように作成する AddType application/x-httpd-php .htm .html 効率的にこれを使用するには、全 ...
https://man.plustar.jp/php/security.hiding.html - [similar]
Returns a shallow copy of the pair 3637
« Ds\Pair::__construct Ds\Pair::isEmpty » PHP Manual Pair Returns a shallow copy of the pair Ds\ ... shallow copy of the pair. 例 例1 Ds\Pair::copy() example <?php $a = new \ Ds \ Pair ( "a" , 1 ); $b = ... $a -> copy (); $a -> key = "x" ; print_r ( $a ); print_r ( $b ); ?> 上の例の出力 ... えば以下のようになります。 Ds\Pair Object ( [key] => x [value] => 1 ) Ds\Pair Object ( [key] => a [value] ...
https://man.plustar.jp/php/ds-pair.copy.html - [similar]
部分楕円を描画する 3637
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... 画する 説明 imagearc ( GdImage $image , int $center_x , int $center_y , int $width , int $height , int $ ... うな画像作成関数が返す GdImage オブジェクト。 center_x 中心の x 座標。 center_y 中心の y 座標。 width 円弧 ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
文字列を水平に描画する 3637
« imagesettile imagestringup » PHP Manual GD および Image 関数 文字列を水平に描画する imagestrin ... tring ( GdImage $image , GdFont | int $font , int $x , int $y , string $string , int $color ): bool 指定 ... が返した、 GdFont クラスのインスタンスのいずれか。 x 左上隅の x 座標。 y 左上隅の y 座標。 string 書き出 ... = imagecolorallocate ( $im , 255 , 255 , 255 ); $textcolor = imagecolorallocate ( $im , 0 , 0 , 255 ); ... magestring ( $im , 5 , 0 , 0 , "Hello world!" , $textcolor ); // 画像を出力します header ( "Content-typ ...
https://man.plustar.jp/php/function.imagestring.html - [similar]
CSRに他の証明書(あるいは自分自身)で署名して証明書を作成する 3637
« openssl_csr_new openssl_decrypt » PHP Manual OpenSSL 関数 CSRに他の証明書(あるいは自分自身)で ... alse openssl_csr_sign() は、 指定した CSR を用いて x509 証明書を作成します。 注意 : この関数を正しく動作 ... ンコードされた CSR へのパス、 あるいは openssl_csr_export() で生成した文字列も使用可能です。 ca_certific ... になりました。 これより前のバージョンでは、 OpenSSL X.509 型のリソースを返していました。 8.0.0 csr は、 ... になりました。 これより前のバージョンでは、 OpenSSL X.509 CSR 型のリソースを受け入れていました。 8.0.0 c ...
https://man.plustar.jp/php/function.openssl-csr-sign.html - [similar]