StringIO

StringIO

category

Basho

author

Riak team (https://github.com/basho/riak-php-client/contributors)

Methods

Construct a StringIO object.

__construct() 

Add data to contents

write(resource $ch, string $data) : int

Arguments

$ch

resource

Curl Resource Handler (unused)

$data

string

Data to add to contents

Response

int

Retrieve current contents

contents() : string

Response

string