PHP Velho Oeste 2024

Instalarea

Susținerea ctype poate fi deconectată cu opțiunea --disable-ctype.

Versiunea PHP pentru Windows susține implicit această extensie. Nu este nevoie să încărcați extensii suplimentare pentru a putea utiliza aceste funcții.

add a note add a note

User Contributed Notes 1 note

up
-43
php at darkain dot com
7 years ago
On FreeBSD, this library is NOT included automatically. It must be manually installed. This can be done with the following command:

pkg install php70-ctype
To Top