<?php
$array[] = $var;
?>
$array に 要素$varが次々に追加されていく。
…
ピックアップ記事
php 配列に要素を追加する
2009年12月06日
過去Blog
PHP strstr stristr ある文字列が含まれるかどうか調べる
2010年06月11日
過去Blog
$string = 'Hello World!';
if(stristr($string, 'earth') === FALSE) {
echo '"earth" not found in string';
}
// 出力は "earth" not found in string となります
参照元:http://www.php.net/manual/ja/function.st…
Drupal6でクリーンURL
2011年04月25日
過去Blog
.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…
linux sambaでwindowsとファイル共有
2010年09月28日
過去Blog
linux側の設定の参考サイト
http://www.linuxmania.jp/samba_setting.html
日本語が文字化けする場合
[global]以下に次の3行を追加する
# vi /etc/samba/smb.conf
[global]
dos charset = CP932
unix charset = UTF8
display charset = UTF8…
seo:ブラックハット的な被リンク獲得方法
2009年11月18日
過去Blog
seo:ブラックハット的な被リンク、Googleページランク獲得方法 wordpress website templates…
graffiti on the web
この投稿へのコメント
コメントはまだありません。