DefineFunction(array('name'=>"curl_multi_exec",'desc'=>"Processes each of the handles in the stack. This method can be called whether or not a handle needs to read or write data.",'flags'=> HasDocComment,'return'=>array('type'=> Variant,'desc'=>"A cURL code defined in the cURL...
开发者ID:vitorgja,项目名称:hiphop-php,代码行数:31,代码来源:imagesprite.idl.php DefineFunction(array('name'=>"imap_scanmailbox",'desc'=>"Returns an array containing the names of the mailboxes that have content in the text of the mailbox.\n\nThis function is similar to imap_listmailbo...
The key serves as the name of the constant set being stored. This key is used to retrieve the stored constants in apc_load_constants() . constants An associative array of constant_name => value pairs. The constant_name must follow the normal constant naming rules. value...
Controllers can be grouped into controller collections by grouping them with an associative array using the array key as the mount point. $app['annot.controllers'] = array( 'group1' => array( "MyControllerNamespace\\Controller1", "MyControllerNamespace\\Controller2" ), 'group2' => array(...
開發者ID:vitorgja,項目名稱:hiphop-php,代碼行數:31,代碼來源:bucketcache.idl.php 示例3: DefineConstant ▲點讚 1▼ // array (// 'name' => name of the constant// 'type' => type of the constant// 'note' => additional note about this constant's schema// )DefineConstant(array('name...