显示下拉菜单

token_get_all()

« timezone_version_get | token_name »
<?php
$array 
token_get_all (
    
  // string $source
);
?>
结果
$array = [
  
=> [
    
=> 321,
    
=> '/* comment */',
    
=> 1,
  ],
]
示例
#1 token_get_all  ("<?php echo; ?>")
#2 token_get_all  ("/* comment */")
另请参阅
token_name