.htaccessに以下を記述してルートに設置
# Various rewrite rules.
<IfModule mod_rewrite.c>
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are n…
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, ‘strlen’);
graffiti on the web
この投稿へのコメント
コメントはまだありません。