protected function OAuthStoreAnymeta::query_insert_id in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
- 7.2 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
- 7.3 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
- 7.4 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
- 7.5 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
* Return the id of the last inserted row * *
Return value
int
Overrides OAuthStoreMySQL::query_insert_id
File
- lib/
oauth-php/ library/ store/ OAuthStoreAnyMeta.php, line 243
Class
Code
protected function query_insert_id() {
return any_db_insert_id();
}