検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 412 for [SIMILAR] 16 1024 4096 WITH 30292 本文 WITH 1105... (0.396 sec.)
配列を指定した値で埋める 0
« array_fill_keys array_filter » PHP Manual 配列 関数 配列を指定した値で埋める array_fill (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) array_fill — 配列を指定した値で埋める 説明 array_fill ( int $start_index , int $count , mixed $value ): array パラメータ value を値とする count 個のエントリから ...
https://man.plustar.jp/php/function.array-fill.html - [similar]
数値の基数を任意に変換する 0
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP 7, PHP 8) base_convert — 数値の基数を任意に変換する 説明 base_convert ( string $num , int $from_base , int $to_base ): string num を基数 to_base で表した文字列を返します。 num の基数は、 from ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
ファイルポインタから1文字取り出す 0
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP 4, PHP 5, PHP 7, PHP 8) fgetc — ファイルポインタから1文字取り出す 説明 fgetc ( resource $stream ): string | false 指定したファイルポインタから 1 文字読み出します。 パラメータ stream ファイルポ ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
文字列が最後に現れる場所を見つける 0
« iconv_strpos iconv_substr » PHP Manual iconv 関数 文字列が最後に現れる場所を見つける iconv_strrpos (PHP 5, PHP 7, PHP 8) iconv_strrpos — 文字列が最後に現れる場所を見つける 説明 iconv_strrpos ( string $haystack , string $needle , ? string $encoding = null ): int | false needle が haysta ...
https://man.plustar.jp/php/function.iconv-strrpos.html - [similar]
エクスポート可能な形式で、キーをファイルに取得する 0
« openssl_pkey_derive openssl_pkey_export » PHP Manual OpenSSL 関数 エクスポート可能な形式で、キーをファイルに取得する openssl_pkey_export_to_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey_export_to_file — エクスポート可能な形式で、キーをファイルに取得する 説明 openssl_pkey_expo ...
https://man.plustar.jp/php/function.openssl-pkey-export-to-file.html - [similar]
エクスポート可能な形式で、キーを文字列に取得する 0
« openssl_pkey_export_to_file openssl_pkey_free » PHP Manual OpenSSL 関数 エクスポート可能な形式で、キーを文字列に取得する openssl_pkey_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey_export — エクスポート可能な形式で、キーを文字列に取得する 説明 openssl_pkey_export ( OpenSSLAs ...
https://man.plustar.jp/php/function.openssl-pkey-export.html - [similar]
新規に秘密鍵を生成する 0
« openssl_pkey_get_public openssl_private_decrypt » PHP Manual OpenSSL 関数 新規に秘密鍵を生成する openssl_pkey_new (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey_new — 新規に秘密鍵を生成する 説明 openssl_pkey_new ( ? array $options = null ): OpenSSLAsymmetricKey | false openssl_pkey ...
https://man.plustar.jp/php/function.openssl-pkey-new.html - [similar]
CGI およびコマンドライン 0
« LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) OpenBSD へのインストール » PHP Manual Unix システムへのインストール CGI およびコマンドライン CGI およびコマンドライン デフォルトでは、PHP は CLI および CGI プログラムとしてビルドされます。 これを使って CGI の処理を行うことができます。 P ...
https://man.plustar.jp/php/install.unix.commandline.html - [similar]
Solaris へのインストール 0
« OpenBSD へのインストール Debian GNU/Linux へのインストール » PHP Manual Unix システムへのインストール Solaris へのインストール Solaris へのインストール このセクションでは、 Solaris に PHP をインストールする際の注意とコツを説明します。 必要なソフトウエア Solaris には、C コンパイラおよび ...
https://man.plustar.jp/php/install.unix.solaris.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]