Get next month first day

{ // deep_execution_view
const authorName = "Ankit Agrawal";
//
const publishDate = "February 23, 2016";
<?php
  $aTime = strtotime('first day of +1 month');
  $aDate = date("d/m/Y",$aTime); 
?>
}