PHP emptyか。

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

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

emptyってあったので。