Answer the question
In order to leave comments, you need to log in
Problem with php 5?
Greetings colleagues.
In the course of my work, I had a difficult situation regarding which I would like to ask for advice.
In php 5.3 it was possible to execute code like this:
<?php<br/>
class c1{<br/>
public static function f1(){<br/>
//Do some<br/>
}<br/>
}<br/>
$class='c1';<br/>
$func = 'f1';<br/>
<br/>
$c1::$f1();<br/>
?><br/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question