ifxus_read_slob

(PHP 4, PHP 5 < 5.2.1)

ifxus_read_slobSLOB オブジェクトから n バイト読みこむ

説明

ifxus_read_slob ( int $bid , int $nbytes ) : string

SLOB オブジェクトから nbytes バイトを読みこみます。

パラメータ

bid

既存の SLOB の ID。

nbytes

読み込むバイト数。

返り値

SLOB の内容を表す文字列、あるいはエラー時に FALSE を返します。

参考