$foo = "file_get_contents"; $bar = "http://example.com/"; $baz = $foo($bar);
("file_get_contents")("http://example.com/");