Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
phprs
ezsql
impls
Response
PHP 클래스 phprs\ezsql\impls\Response
파일 보기
프로젝트 열기: caoym/phprs-restful
공개 프로퍼티들
프로퍼티
타입
설명
$pdo
PDO
$rows
integer
the number of rows.
$st
PDOStatement
$success
boolean
true on success or false on failure.
공개 메소드들
메소드
설명
__construct
(
$success
,
$pdo
,
$st
)
lastInsertId
(
$name
= null )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$success
,
$pdo
,
$st
)
lastInsertId()
공개
메소드
public
lastInsertId
(
$name
= null )
프로퍼티 상세
$pdo
공개적으로 프로퍼티
public
PDO
$pdo
리턴
PDO
$rows
공개적으로 프로퍼티
the number of rows.
public
int
$rows
리턴
integer
$st
공개적으로 프로퍼티
public
PDOStatement
$st
리턴
PDOStatement
$success
공개적으로 프로퍼티
true on success or false on failure.
public
bool
$success
리턴
boolean