“Błąd PDO PHP Wyjątek” Kod odpowiedzi

Obsługa błędów PHP PDO

$database -> errorInfo()[0] # SQLSTATE error code (a five characters alphanumeric identifier defined in the ANSI SQL standard).
$database -> errorInfo()[1] # Driver-specific error code.
$database -> errorInfo()[2] # Driver-specific error message.
Hello There!

Błąd PDO PHP Wyjątek

// very simple explination .

try{
  codeA... }
catch(EXCEPTION $ex){
  codeB....

}

//the code in the block Catch excuted if there is an erro in the codeA in the block TRY

  
  
Ahmad Alhamada

Odpowiedzi podobne do “Błąd PDO PHP Wyjątek”

Pytania podobne do “Błąd PDO PHP Wyjątek”

Więcej pokrewnych odpowiedzi na “Błąd PDO PHP Wyjątek” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu