コード例 #1
0
ファイル: _ide_helper.php プロジェクト: eipe/mytentsite
 /**
  * Get the size of the queue.
  *
  * @param string $queue
  * @return int 
  * @static 
  */
 public static function size($queue = null)
 {
     return \Illuminate\Queue\SyncQueue::size($queue);
 }