PHPCodeigniter の timezone が America/Chicago の件 UTCに設定 サーバーの設定も php.ini の date.timezone も UTC で間違いないのに...America/Chicagoで表示される...??? centosの設定は UTC # timedatectl ... 2023.06.16PHP
PHPCodeIgniter4 / Composer on Cent OS Stream9, PHP8.1 CodeIgniter4 CodeIgniter 4 is the latest version of the framework, intended for use with PHP 7.3+(including 8.1).The... 2022.09.02PHPServer
PHPWordPress – watermarkを入れるプラグインを作ってみる wordpress/wp-content/plugins/ にディレクトリを作成 grtlabというディレクトリを作り、その中に add_watermark.php を作成、プラグインの書き方 <?php /* P... 2022.01.18PHPWordPress
PHPPHP Imagemagickを使う pecl imagick で透かし(watermark)を入れる。 $yum install php-imagick としてみたら以下の php-pecl-imagick をインストールできました。 ======================= Package ... 2022.01.18PHP