Voting

: one minus zero?
(Example: nine)

The Note You're Voting On

sergei dot solomonov at gmail dot com
12 years ago
<?php
$closure
= function(){};

var_export($closure);

// output: Closure::__set_state(array())
?>

<< Back to user notes page

To Top