leancloud-php-library icon indicating copy to clipboard operation
leancloud-php-library copied to clipboard

Results 3 leancloud-php-library issues
Sort by recently updated
recently updated
newest added

发现只有 init 没有close , 资源不用释放是吗

public function find(){ if(empty($this->_query)){ $request = $this->request(array( 'method' => 'GET', 'requestUrl' => $this->_requestUrl )); ``` return $request; } else{ $urlParams = array( 'where' => json_encode( $this->_query ) ); if(!empty($this->_include)){ $urlParams['include']...

https://ticket.avosapps.com/tickets/54991c9fe4b046c781270e4e/threads

bug