Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface Parsable
+ Graphe d'héritage de Parsable:

Fonctions membres publiques statiques

static fromBinary (&$binaryData, &$offsetIndex=null)
 

Description détaillée

The Parsable interface describes classes that can be parsed from their binary DER representation.

Documentation des fonctions membres

◆ fromBinary()

static fromBinary ( $binaryData,
$offsetIndex = null 
)
static

Parse an instance of this class from its binary DER encoded representation.

Paramètres
string$binaryData
int$offsetIndexthe offset at which parsing of the $binaryData is started. This parameter ill be modified to contain the offset index of the next object after this object has been parsed
Exceptions
ParserExceptionif the given binary data is either invalid or not currently supported
Renvoie
static

Implémenté dans ASNObject, Construct, AbstractString, Integer, ExplicitlyTaggedObject, CertificateSubject, ObjectIdentifier, GeneralizedTime, OctetString, BitString, Boolean, IPAddress, RelativeDistinguishedName, UTCTime, RelativeObjectIdentifier, NullObject, et Attributes.

Référencé par Attributes\fromBinary().


La documentation de cette interface a été générée à partir du fichier suivant :