Aktueller Standort: Startseite> Funktionskategorien> hex2bin

hex2bin

Umwandeln
Name:hex2bin
Kategorie:Saite
Programmiersprache:php
Kurzbeschreibung:Konvertiert eine Reihe von hexadezimalen Werten in ASCII -Zeichen.

Beispiel

Konvertieren Sie Hexadezimalwerte in ASCII -Zeichen:

 <span class="token php language-php"><span class="token delimiter important"><? Php</span>
<span class="token keyword">echo</span> <span class="token function">hex2bin</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"48656c6f20576f726c6421"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

Probieren Sie es selbst aus

Ähnliche Funktionen