ovrimos_fetch_into -- Fetches a row from the result set
Syntax
bool ovrimos_fetch_into ( int result_id, array &result_array [, string how [, int rownumber]] )
ovrimos_fetch_into() fetches a row from the
result set into result_array, which should
be passed by reference. Which row is fetched is determined by the
two last parameters. how is one of
Next (default), Prev,
First, Last,
Absolute, corresponding to forward direction from
current position, backward direction from current position,
forward direction from the start, backward direction from the end
and absolute position from the start (essentially equivalent to
'first' but needs 'rownumber'). Case is not
significant. rownumber is optional except for
absolute positioning. Returns TRUE on success or FALSE on failure.
ovrimos fetch into 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 ovrimos fetch into 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.