ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# Class **Phalcon\Db\Profiler\Item**[](# "永久链接至标题") This class identifies each profile in a Phalcon\Db\Profiler ### Methods[](# "永久链接至标题") public **setSqlStatement** (*unknown* $sqlStatement) SQL statement related to the profile public **getSqlStatement** () SQL statement related to the profile public **setSqlVariables** (*unknown* $sqlVariables) SQL variables related to the profile public **getSqlVariables** () SQL variables related to the profile public **setSqlBindTypes** (*unknown* $sqlBindTypes) SQL bind types related to the profile public **getSqlBindTypes** () SQL bind types related to the profile public **setInitialTime** (*unknown* $initialTime) Timestamp when the profile started public **getInitialTime** () Timestamp when the profile started public **setFinalTime** (*unknown* $finalTime) Timestamp when the profile ended public **getFinalTime** () Timestamp when the profile ended public **getTotalElapsedSeconds** () Returns the total time in seconds spent by the profile | - [索引](# "总目录") - [下一页](# "Class Phalcon\Db\RawValue") | - [上一页](# "Class Phalcon\Db\Profiler") | - [API Indice](#) »