DatabaseObject::getName

(No version information available, might only be in Git)

DatabaseObject::getNameGet object name

Opis

abstract public mysql_xdevapi\DatabaseObject::getName ( void ) : string

Fetch name of this database object.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The name of this database object.

Przykłady

Przykład #1 mysql_xdevapi\DatabaseObject::getName() example

<?php

$dbObjName 
$dbObj->getName();

?>
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top