Unity-C#

 2024.07.07 unityC#  
 2024.05.15 unityC#  
 2024.05.15 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.11.06 unityC#  
 2022.08.16 spritekit  

func






function info($info){ if ($info == "test") { echo "test"; } elseif ($info == "address") { echo "〒370-4567 takasaki"; } elseif ($info == "tel") { echo "000-0000-0000"; } elseif ($info == "email") { echo "info@sample.com"; } }
footer.php
<p class="small text-center"><?php info('test'); ?>&numsp;
<?php info('address'); ?>&numsp;<?php info('tel'); ?>&numsp;
メール:<?php info('email'); ?><br /></p>