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.
PHPコードで使用する必要がある一般的な名前の短い名前のセットをリストする辞書が利用できるかどうか、誰かが私に提案できますか?
たとえば。
Bill = William Dick = Ricard
このように名前を定義できます。
define ("Bill", "William");
これらの名前を次のように使用できます。
echo Bill;