You are here

protected function OAuthStoreAnymeta::query_insert_id in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.2 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
  2. 7.3 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
  3. 7.4 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
  4. 7.5 lib/oauth-php/library/store/OAuthStoreAnyMeta.php \OAuthStoreAnymeta::query_insert_id()
  5. 7.6 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

OAuthStoreAnymeta

Code

protected function query_insert_id() {
  return any_db_insert_id();
}