検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 472 for [SIMILAR] 16 1024 4096 WITH 6538 報告 WITH 4119 ... (0.403 sec.)
文字エンコーディングを検出する 0
« mb_decode_numericentity mb_detect_order » PHP Manual マルチバイト文字列 関数 文字エンコーディングを検出する mb_detect_encoding (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_detect_encoding — 文字エンコーディングを検出する 説明 mb_detect_encoding ( string $string , array | string | null $enc ...
https://man.plustar.jp/php/function.mb-detect-encoding.html - [similar]
基本的な使用法 0
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから姓が "S" から始まる全てのエントリに 関する情報を検索し、名前と電子メールアドレスで検索結果を表示します。 例1 LDAP 検索の例 <?php // LDAP の基本シーケンスは、接続、バインド、検索、検索結果の解 ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
基本的な使用法 0
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
ファイルの MIME Content-type を検出する 0
« finfo_set_flags finfo » PHP Manual Fileinfo 関数 ファイルの MIME Content-type を検出する mime_content_type (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) mime_content_type — ファイルの MIME Content-type を検出する 説明 mime_content_type ( resource | string $filename ): string | false magic.mime ...
https://man.plustar.jp/php/function.mime-content-type.html - [similar]
画像の基本属性を取得する 0
« Imagick::paintTransparentImage Imagick::pingImageBlob » PHP Manual Imagick 画像の基本属性を取得する Imagick::pingImage (PECL imagick 2, PECL imagick 3) Imagick::pingImage — 画像の基本属性を取得する 説明 public Imagick::pingImage ( string $filename ): bool このメソッドを使用すると、画像 ...
https://man.plustar.jp/php/imagick.pingimage.html - [similar]
画像パレットの色数を検出する 0
« imagecolorsforindex imagecolortransparent » PHP Manual GD および Image 関数 画像パレットの色数を検出する imagecolorstotal (PHP 4, PHP 5, PHP 7, PHP 8) imagecolorstotal — 画像パレットの色数を検出する 説明 imagecolorstotal ( GdImage $image ): int 指定した画像パレットの色数を返します。 パ ...
https://man.plustar.jp/php/function.imagecolorstotal.html - [similar]
画像の基本属性を手軽に取得する 0
« Imagick::pingImageBlob Imagick::polaroidImage » PHP Manual Imagick 画像の基本属性を手軽に取得する Imagick::pingImageFile (PECL imagick 2, PECL imagick 3) Imagick::pingImageFile — 画像の基本属性を手軽に取得する 説明 public Imagick::pingImageFile ( resource $filehandle , string $fileName ...
https://man.plustar.jp/php/imagick.pingimagefile.html - [similar]
基本的な使用法 0
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php // システムID 0xff3を有する 100 バイトの共有メモリブロックを作成する $shm_id = shmop_open ( 0xff3 , "c" , 0644 , 100 ); if (! $shm_id ) { echo "共有メモリセグメントを作成できませんでした。\n" ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
基本的な使用法 0
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 この例では、オブジェクトをキャッシュに保存した後に、改めて取得しなおします。 オブジェクトやその他の非スカラー型のデータは、保存される前に シリアライズされます。そのため (接続 ID などの) リソース ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
基本的な例 0
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/test.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT