CakeFest 2024: The Official CakePHP Conference

UConverter::fromUCallback

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

UConverter::fromUCallbackFonction de rappel "from"

Description

public UConverter::fromUCallback(
    int $reason,
    array $source,
    int $codePoint,
    int &$error
): string|int|array|null

Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

reason

source

codePoint

error

Valeurs de retour

add a note

User Contributed Notes

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