iman
August 4, 2024
·
1 min read
PHP Pointers Matter
PHP Pointers matters
<?php $var = $otherObj; /* OR */ $var = &$otherObj ?>