PHP 8.2.20 Released!

Voting

: max(four, eight)?
(Example: nine)

The Note You're Voting On

helpful at stranger dot com
12 years ago
By far the easiest and correct way to instantiate an empty generic php object that you can then modify for whatever purpose you choose:

<?php $genericObject = new stdClass(); ?>

I had the most difficult time finding this, hopefully it will help someone else!

<< Back to user notes page

To Top