×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

PHP example - Example of calling variable functions


PHP - Example of calling variable functions

<?php
$variable="netart";

${$variable.'_media'}(); 
?>

will call the function netart_media()

Category: PHP

 
<< Go back