検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 417 for [SIMILAR] 16 1024 4096 WITH 31175 トan WITH 7552... (0.721 sec.)
現在のトランザクションをコミットする 0
« mysqli::close mysqli::$connect_errno » PHP Manual mysqli 現在のトランザクションをコミットする mysqli::commit mysqli_commit (PHP 5, PHP 7, PHP 8) mysqli::commit -- mysqli_commit — 現在のトランザクションをコミットする 説明 オブジェクト指向型 public mysqli::commit ( int $flags = 0 , ? str ...
https://man.plustar.jp/php/mysqli.commit.html - [similar]
結果セットから、残っている行を取得する 0
« PDOStatement::fetch PDOStatement::fetchColumn » PHP Manual PDOStatement 結果セットから、残っている行を取得する PDOStatement::fetchAll (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::fetchAll — 結果セットから、残っている行を取得する 説明 public PDOStatement::fetchAll ( i ...
https://man.plustar.jp/php/pdostatement.fetchall.html - [similar]
String 関数 0
« 定義済み定数 addcslashes » PHP Manual 文字列 String 関数 String 関数 参考 より強力な文字列処理および処理関数については、 Perl 互換正規表現関数 を参照してください。 マルチバイト文字のエンコーディングを扱うときは、 マルチバイト文字列関数 . を参照してください。 目次 addcslashes — C 言語と ...
https://man.plustar.jp/php/ref.strings.html - [similar]
メソッドの修飾子を取得する 0
« ReflectionMethod::getDeclaringClass ReflectionMethod::getPrototype » PHP Manual ReflectionMethod メソッドの修飾子を取得する ReflectionMethod::getModifiers (PHP 5, PHP 7, PHP 8) ReflectionMethod::getModifiers — メソッドの修飾子を取得する 説明 public ReflectionMethod::getModifiers (): in ...
https://man.plustar.jp/php/reflectionmethod.getmodifiers.html - [similar]
簡易なファイルロックを行う 0
« SplFileObject::fgetss SplFileObject::fpassthru » PHP Manual SplFileObject 簡易なファイルロックを行う SplFileObject::flock (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::flock — 簡易なファイルロックを行う 説明 public SplFileObject::flock ( int $operation , int &$wouldBlock = null ): bool ...
https://man.plustar.jp/php/splfileobject.flock.html - [similar]
パースする XML を含む URI を設定する 0
« XMLReader::next XMLReader::read » PHP Manual XMLReader パースする XML を含む URI を設定する XMLReader::open (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::open — パースする XML を含む URI を設定する 説明 public static XMLReader::open ( string $uri , ? string $encoding = null , int $flags = ...
https://man.plustar.jp/php/xmlreader.open.html - [similar]
パースする XML を含むデータを設定する 0
« XMLReader::setSchema XMLWriter » PHP Manual XMLReader パースする XML を含むデータを設定する XMLReader::XML (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::XML — パースする XML を含むデータを設定する 説明 public static XMLReader::XML ( string $source , ? string $encoding = null , int $flags = ...
https://man.plustar.jp/php/xmlreader.xml.html - [similar]
新しいディレクトリを追加する 0
« ZipArchive ZipArchive::addFile » PHP Manual ZipArchive 新しいディレクトリを追加する ZipArchive::addEmptyDir (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.8.0) ZipArchive::addEmptyDir — 新しいディレクトリを追加する 説明 public ZipArchive::addEmptyDir ( string $dirname , int $flags = 0 ): ...
https://man.plustar.jp/php/ziparchive.addemptydir.html - [similar]
0
« 定義済み定数 GMP 関数 » PHP Manual GMP 例 例 例1 GMP を使用した階乗関数 <?php function fact ( $x ) { $return = 1 ; for ( $i = 2 ; $i <= $x ; $i ++) { $return = gmp_mul ( $return , $i ); } return $return ; } echo gmp_strval ( fact ( 1000 )) . "\n" ; ?> この例は、1000 の階乗(非常に大きな ...
https://man.plustar.jp/php/gmp.examples.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 Apache PHPモジュールの動作は、 php.ini の設定により影響を受けます。 php.ini の設定は、サーバーの設定ファイル内の php_flag の設定、 またはローカルなファイル .htaccess により上書きすることができます。 例1 .h ...
https://man.plustar.jp/php/apache.configuration.html - [similar]