PHP emptyか。

2009年10月29日(木)

Google Analyticsのモバイル用phpのコードに
以下のようなコードがありました。

if (empty($referer)) {
  $referer = "-";
}

emptyってあったので。