mcrypt_module_is_block_mode

(PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= 1.0.0)

mcrypt_module_is_block_modeReturns if the specified mode outputs blocks or not

Warnung

Diese Funktion wurde in PHP 7.1.0 als DEPRECATED (veraltet) markiert und ist seit PHP 7.2.0 ENTFERNT. Von der Verwendung dieser Funktion wird dringend abgeraten.

Beschreibung

mcrypt_module_is_block_mode(string $mode, string $lib_dir = ?): bool

This function returns true if the mode outputs blocks of bytes or false if it outputs just bytes. (e.g. true for cbc and ecb, and false for cfb and stream).

Parameter-Liste

mode

Eine der Konstanten von MCRYPT_MODE_modename oder eine der folgenden Zeichenketten: "ecb", "cbc", "cfb", "ofb", "nofb" oder "stream".

lib_dir

The optional lib_dir parameter can contain the location where the algorithm module is on the system.

Rückgabewerte

This function returns true if the mode outputs blocks of bytes or false if it outputs just bytes. (e.g. true for cbc and ecb, and false for cfb and stream).

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

PHPUnit in der Version 10 erschienen

Das beliebte Testframeworks PHPUnit ist in der Version 10 erschienen und steht zum Download bereit ...

TheMax

Autor : TheMax
Kategorie: Software & Web-Development

Laravel 10 veröffentlicht

Laravel Version 10 steht mit einer Mindestanforderung von PHP 8.1 zum Download bereit. ...

admin

Autor : admin
Kategorie: Software & Web-Development

DeepL Erweiterung Write als beta veröffentlicht

DeepL hat eine neuen Dienst Namens „write“ veröffentlicht, der die Rechtschreibung und Grammatik mit KI verbessern soll. ...

admin

Autor : admin
Kategorie: Dies und Das

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

html parser Elemente formatieren

Danke für das Feedback!!

Geschrieben von admin am 20.03.2023 12:19:34
Forum: PHP Developer Forum
html parser Elemente formatieren

So, ich hab es allein hinbekommen. Scheinbar hinterlässt strip_tags() jede Menge whitespaces, oder der parser. So funktioniert es jetzt: // * ...

Geschrieben von BBBln am 20.03.2023 11:51:25
Forum: PHP Developer Forum
html parser Elemente formatieren

Moin, ich benötige mal euren Rat. Ich habe mit der simple_html_dom lib einen Parser für Rezepte von chefkoch.de gebaut. Um die Zutaten für mei ...

Geschrieben von BBBln am 18.03.2023 10:01:28
Forum: PHP Developer Forum
Einen Datensatz einer MySQL-Datenbank bearbeiten

Das ist nicht unbedingt notwendig. Man nennt das so wie du es jetzt wohl hast Affenformular und ist eine durchaus gängige Praxis. Noch als Hinwe ...

Geschrieben von jonas3344 am 10.03.2023 18:12:26
Forum: PHP Developer Forum