Pinq\Iterators\ISet::addRef PHP 메소드

addRef() 공개 메소드

Attempts to add the value by reference to the set, will fail if the value is already contained in the set.
public addRef ( mixed &$value ) : boolean
$value mixed
리턴 boolean Whether the value was successfully added
    public function addRef(&$value);