shm_put_var --
Inserts or updates a variable in shared memory
Syntax
bool shm_put_var ( int shm_identifier, int variable_key, mixed variable )
shm_put_var() inserts or updates the
variable with the given
variable_key.
All variable-types are supported.
Returns TRUE on success or FALSE on failure.
Warnings (E_WARNING level) will be issued if
shm_identifier is not a valid SysV shared memory
index or if there was not enough shared memory remaining to complete your
request.
Php shm put var Function syntax tag
shm put var php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php shm put var syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.