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
この拡張モジュールはデフォルトで有効になっています。無効にしたい場合は、次のオプションを指定してコンパイルします。 --disable-ctype
Windows 版の PHP
には
この拡張モジュールのサポートが組み込まれています。これらの関数を使用
するために拡張モジュールを追加でロードする必要はありません。
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