コード例 #1
0
ファイル: Sqlite3.php プロジェクト: exonintrendo/Primer
 public function getErrorCode($errorInfo)
 {
     return Arrays::getValue($errorInfo, 1);
 }