PHP: dbplus_last - Manual in Deutsh
PHP: dbplus_last - Manual in French
PHP: dbplus_last - Manual in Polish

You Are At PHP: dbplus_last - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

dbplus_last

(4.1.0 - 4.2.3 only, PECL)

dbplus_last -- Get last tuple from relation

Description

int dbplus_last ( resource relation, array &tuple )

Reads the data for the last tuple for the given relation, makes it the current tuple and pass it back as an associative array in tuple.

Parameters

relation

A relation opened by dbplus_open().

tuple

Return Values

Returns DBPLUS_ERR_NOERR on success or a db++ error code on failure.

Notes

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

See Also

dbplus_first()
dbplus_curr()
dbplus_prev()
dbplus_next()

Numizmatyka
Agencja Reklamowa Katowice
analizy
banki kredyty
salon

Another Useful functions:


ref.dbplus | function.dbplus-xunlockrel | function.dbplus-xlockrel | function.dbplus-update | function.dbplus-unselect | function.dbplus-unlockrel | function.dbplus-undoprepare | function.dbplus-undo | function.dbplus-tremove | function.dbplus-tcl | function.dbplus-sql | function.dbplus-setindexbynumber | function.dbplus-setindex | function.dbplus-savepos | function.dbplus-rzap | function.dbplus-runlink | function.dbplus-rsecindex | function.dbplus-rrename | function.dbplus-rquery | function.dbplus-ropen | function.dbplus-rkeys | function.dbplus-restorepos | function.dbplus-resolve | function.dbplus-rcrtlike | function.dbplus-rcrtexact | function.dbplus-rcreate | function.dbplus-rchperm | function.dbplus-prev | function.dbplus-open | function.dbplus-next | function.dbplus-lockrel | function.dbplus-last | function.dbplus-info | function.dbplus-getunique | function.dbplus-getlock | function.dbplus-freerlocks | function.dbplus-freelock | function.dbplus-freealllocks | function.dbplus-flush | function.dbplus-first | function.dbplus-find | function.dbplus-errno | function.dbplus-errcode | function.dbplus-curr | function.dbplus-close | function.dbplus-chdir | function.dbplus-aql | function.dbplus-add |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.