Results of 1 - 10 of about 407 for CONTENT (0.002 sec.)
- ファイルの MIME Content-type を検出する 9712
- « finfo_set_flags finfo » PHP Manual Fileinfo 関数 ファイルの MIME Content-type を検出する mime_
...
nt_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 | fal ...
agic.mime ファイルの情報を用いて、 ファイルの MIME content type を返します。 パラメータ filename 調べるファイ ...
ルへのパス。 戻り値 Content type を MIME 形式で返します。 たとえば text/plain ...
-
https://man.plustar.jp/php/function.mime-content-type.html
- [similar]
- Description 9183
- « Imagick::morphImages Imagick::mosaicImages » PHP Manual Imagick Description Imagick::morpholog
...
:: MORPHOLOGY_CONVOLVE , 2 , $kernel ); header ( "Content-Type: image/png" ); echo $imagick -> getImageBlob ...
:: MORPHOLOGY_CORRELATE , 1 , $kernel ); header ( "Content-Type: image/png" ); echo $imagick -> getImageBlob ...
ick :: MORPHOLOGY_ERODE , 2 , $kernel ); header ( "Content-Type: image/png" ); echo $canvas -> getImageBlob ( ...
PHOLOGY_ERODE_INTENSITY , 2 , $kernel ); header ( "Content-Type: image/png" ); echo $canvas -> getImageBlob ( ...
-
https://man.plustar.jp/php/imagick.morphology.html
- [similar]
- Append HTTP body content to the HTTP response. 8620
- « Swoole\Http\Response::status Swoole\Http\Server » PHP Manual Swoole\Http\Response Append HTTP
...
body content to the HTTP response. Swoole\Http\Response::write ...
.0) Swoole\Http\Response::write — Append HTTP body content to the HTTP response. 説明 public Swoole\Http\Resp ...
onse::write ( string $content ): void Append HTTP body content to the HTTP respo ...
nse. パラメータ content 戻り値 関連キーワード: content , Append , Swoole , ...
-
https://man.plustar.jp/php/swoole-http-response.write.html
- [similar]
- Enable the gzip of response content. 7861
- « Swoole\Http\Response::end Swoole\Http\Response::header » PHP Manual Swoole\Http\Response Enabl
...
e the gzip of response content. Swoole\Http\Response::gzip (PECL swoole >= 1.9.0) ...
\Http\Response::gzip — Enable the gzip of response content. 説明 public Swoole\Http\Response::gzip ( string $ ...
compress_level = ? ): ReturnType The header about Content-Encoding will be added automatically. パラメータ c ...
ompress_level 戻り値 関連キーワード: content , Swoole , Http , the , of , header , compress , C ...
-
https://man.plustar.jp/php/swoole-http-response.gzip.html
- [similar]
- The SeasLog class 7529
- « seaslog_get_version SeasLog::alert » PHP Manual Seaslog The SeasLog class The SeasLog class (P
...
*/ public static alert ( string $message , array $content = ? , string $logger = ? ): bool public static ana ...
public static critical ( string $message , array $content = ? , string $logger = ? ): bool public static deb ...
ug ( string $message , array $content = ? , string $logger = ? ): bool public __destruct ...
public static emergency ( string $message , array $content = ? , string $logger = ? ): bool public static err ...
-
https://man.plustar.jp/php/class.seaslog.html
- [similar]
- XMLWriter クラス 7290
- « オブジェクト指向 API の使用 XMLWriter::endAttribute » PHP Manual XMLWriter XMLWriter クラス XM
...
tPi ( string $target ): bool public text ( string $content ): bool public writeAttribute ( string $name , str ...
string $value ): bool public writeCdata ( string $content ): bool public writeComment ( string $content ): b ...
cId = null , ? string $systemId = null , ? string $content = null ): bool public writeDtdAttlist ( string $na ...
me , string $content ): bool public writeDtdElement ( string $name , st ...
-
https://man.plustar.jp/php/class.xmlwriter.html
- [similar]
- Constructs EventHttp object(the HTTP server) 7102
- « EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec
...
* $ nc -t 127.0.0.1 8010 * POST /about HTTP/1.0 * Content-Type: text/plain * Content-Length: 4 * Connection: ...
ter) * * It will output * a=12 * HTTP/1.0 200 OK * Content-Type: text/html; charset=ISO-8859-1 * Connection: ...
* * $ nc -t 127.0.0.1 8010 * GET /dump HTTP/1.0 * Content-Type: text/plain * Content-Encoding: UTF-8 * Conne ...
ess Enter) * * It will output: * HTTP/1.0 200 OK * Content-Type: text/html; charset=ISO-8859-1 * Connection: ...
-
https://man.plustar.jp/php/eventhttp.construct.html
- [similar]
- Record alert log information 6531
- « SeasLog SeasLog::analyzerCount » PHP Manual SeasLog Record alert log information SeasLog::aler
...
c static SeasLog::alert ( string $message , array $content = ? , string $logger = ? ): bool Record alert log ...
gency repairs. パラメータ message The log message. content The `message` contain placeholders which implement ...
ors replace with values from content array. Sush as `message` is `log info from {NAME}` ...
and `content` is `array('NAME' => neeke)`, the log information ...
-
https://man.plustar.jp/php/seaslog.alert.html
- [similar]
- Record critical log information 6531
- « SeasLog::__construct SeasLog::debug » PHP Manual SeasLog Record critical log information SeasL
...
tatic SeasLog::critical ( string $message , array $content = ? , string $logger = ? ): bool Record critical l ...
s unavailable. パラメータ message The log message. content The `message` contain placeholders which implement ...
ors replace with values from content array. Sush as `message` is `log info from {NAME}` ...
and `content` is `array('NAME' => neeke)`, the log information ...
-
https://man.plustar.jp/php/seaslog.critical.html
- [similar]
- Record debug log information 6531
- « SeasLog::critical SeasLog::__destruct » PHP Manual SeasLog Record debug log information SeasLo
...
c static SeasLog::debug ( string $message , array $content = ? , string $logger = ? ): bool Record debug log ...
mation events. パラメータ message The log message. content The `message` contain placeholders which implement ...
ors replace with values from content array. Sush as `message` is `log info from {NAME}` ...
and `content` is `array('NAME' => neeke)`, the log information ...
-
https://man.plustar.jp/php/seaslog.debug.html
- [similar]