ifxus_write_slob

(PHP 4, PHP <=5.2.0)

ifxus_write_slobWrites a string into the slob object

설명

int ifxus_write_slob ( int $bid , string $content )

Writes a string into the slob object.

인수

bid

An existing slob id.

content

The content to write, as a string.

반환값

Returns the bytes written as an integer, or FALSE on errors.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top