FFI\Exception
Version från den 10 oktober 2024 kl. 16.57 av Admin (diskussion | bidrag) (Skapade sidan med '=== FFI\Exceptions === _(PHP 7 >= 7.4.0, PHP 8)_ ==== Introduktion ==== Klassöversikt: <pre> class FFI\Exception extends Error { →Ärva egenskaper: protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trace = []; private ?Throwable $previous = null; →Ärva metoder: public Error::__construct(string $message = "", int $code...')
FFI\Exceptions
_(PHP 7 >= 7.4.0, PHP 8)_
Introduktion
Klassöversikt:
class FFI\Exception extends Error {
/* Ärva egenskaper */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Ärva metoder */
public Error::__construct(string $message = "", int $code = 0, ?Throwable $previous = null)
final public Error::getMessage(): string
final public Error::getPrevious(): ?Throwable
final public Error::getCode(): int
final public Error::getFile(): string
final public Error::getLine(): int
final public Error::getTrace(): array
final public Error::getTraceAsString(): string
public Error::__toString(): string
private Error::__clone(): void
}
Sidslut
Orginalhemsidan på Engelska :https://www.php.net/manual/en/class.ffi-exception.php
PHP Funktioner Funktionsreferens
Det här är en maskinöversättning av PHP-manualen till svenska. Om du hittar fel är vi tacksamma om du rapporterar dem via formuläret som finns på
https://www.linux.se/kontaka-linux-se/
Tack till Datorhjälp Stockholm som har sponsrat Linux.se med webserver.