Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
オブジェクトを呼び出している変数名を知りたいです。
例えば:
ClassObj $var = new ClassObj();
$varClassObj内のコンストラクタから変数名を取得することは可能ですか?
$var