ClosedGeneratorException: Skillnad mellan sidversioner

Från Wiki.linux.se
Hoppa till navigering Hoppa till sök
(Skapade sidan med '=== Klassen ClosedGeneratorException === (PHP 5 >= 5.5.0, PHP 7, PHP 8) ==== Introduktion ==== En ClosedGeneratorException kastas när man försöker hämta ett värde från en stängd Generator. ==== Klassöversikt ==== <pre> class ClosedGeneratorException extends Exception { →‎Ärvt från Exception: protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trace = []; privat...')
 
 
Rad 36: Rad 36:
Orginalhemsidan på Engelska : https://www.php.net/manual/en/class.closedgeneratorexception.php
Orginalhemsidan på Engelska : https://www.php.net/manual/en/class.closedgeneratorexception.php
<BR>[[PHP]]<BR>[[Språkreferens]]
<BR>[[PHP]]<BR>[[Språkreferens]]
<BR>[[Språkreferens#Fördefinierade_Variabler]]
<BR>[[Fördefinierade Undantag]]<BR>
<BR>[[Fördefinierade Undantag]]<BR>
[[Kategori:Php]]
[[Kategori:Php]]

Nuvarande version från 29 augusti 2024 kl. 07.48

Klassen ClosedGeneratorException

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Introduktion

En ClosedGeneratorException kastas när man försöker hämta ett värde från en stängd Generator.

Klassöversikt

class ClosedGeneratorException extends Exception {
/* Ärvt från Exception */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;

/* Ärvt från Exception */
public Exception::__construct(string $message = "", int $code = 0, ?Throwable $previous = null)
final public Exception::getMessage(): string
final public Exception::getPrevious(): ?Throwable
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
final public Exception::getTraceAsString(): string
public Exception::__toString(): string
private Exception::__clone(): void
}

Sidslut

Orginalhemsidan på Engelska : https://www.php.net/manual/en/class.closedgeneratorexception.php
PHP
Språkreferens
Fördefinierade Undantag


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 som har sponsrat Linux.se med webserver.