Chez Xavier

Home / Clone

Excuse me, I think I'm naked: on a wall of Barcelona.

Excuse me, I think I'm naked: on a wall of Barcelona.

An illustration of one great feature I actually would like the PHP Core Group to make available in a future release :

<?php
$xavier = new Person("Xavier");
$my_clone = clone $xavier;
$my_clone->pleaseWorkLikeMe();
$xavier->takeHolidays();
?>