Error::getLine

(PHP 7, PHP 8)

Error::getLineHatanı oluştuğu satırın numarasını döndürür

Açıklama

final public Error::getLine(): int

Hatanı oluştuğu satırın numarasını döndürür.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Hatanı oluştuğu satırın numarasını döndürür.

Örnekler

Örnek 1 - Error::getLine() örneği

<?php
try {
throw new
Error("Bu bir hata iletisidir");
} catch(
Error $e) {
echo
"Hatanın oluştuğu satır: " . $e->getLine();
}
?>

Yukarıdaki örnek şuna benzer bir çıktı üretir:

Hatanın oluştuğu satır: 3

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant