3.4.3.1.3 delete

delete(string $key)

アプリケーションの環境設定から情報を削除するのに使います。

Configure::delete('Company.name');
  1. Configure::delete('Company.name');