【PHP】オブジェクト内にプロパティが存在するかチェックする。

めも。

$bool = property_exists($myClass, 'propertyName');

変数の有無がブーリアンで返却される。