update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrantTable::genUid(PECL tokyo_tyrant >= 0.1.0) TokyoTyrantTable::genUid — Generate unique id 설명
public int TokyoTyrantTable::genUid
( void
)
Generates an unique id inside the table database. In table databases rows are referenced using a numeric primary key. 인수이 함수는 인수가 없습니다. 반환값Returns an unique id or throws TokyoTyrantException on error 예제
Example #1 TokyoTyrantTable::genUid() example
<?php 위 예제의 출력 예시: 4 |