|
update : 2015.11.03
php.shukuma.com검색:
|
TokyoTyrantTable::get(PECL tokyo_tyrant >= 0.1.0) TokyoTyrantTable::get — Get a row 설명
Gets a row from table database. 인수
반환값Returns the row as an array 예제
Example #1 TokyoTyrantTable::get() example
<?php위 예제의 출력:
array(2) {
["column1"]=>
string(9) "some data"
["column2"]=>
string(9) "more data"
}
주의
|