CakeFest 2024: The Official CakePHP Conference

Throwable::getFile

(PHP 7, PHP 8)

Throwable::getFileRécupère le fichier où l'objet a été créé

Description

public Throwable::getFile(): string

Récupère le fichier où l'objet lancé a été créé.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne le nom de fichier où l'objet lancé a été créé.

Voir aussi

add a note

User Contributed Notes

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