Wednesday, October 24, 2018

php - What do commas mean in a variable declaration?

I've found this in includes/parser/Parser.php of MediaWiki PHP source:


public function replaceInternalLinks2( &$s ) {
global $wgExtraInterlanguageLinkPrefixes;
static $tc = false, $e1, $e1_img;
//...
}

What is this comma delimited list? What value $tc receives?

No comments:

Post a Comment

plot explanation - Why did Peaches' mom hang on the tree? - Movies & TV

In the middle of the movie Ice Age: Continental Drift Peaches' mom asked Peaches to go to sleep. Then, she hung on the tree. This parti...