Skip to content

Instantly share code, notes, and snippets.

View CDRO's full-sized avatar
😀

Tizian Schmidlin CDRO

😀
View GitHub Profile
<?php
// fill array
$objects = [];
for($i = 0; $i < 100; ++$i) {
$o = new stdClass;
$o->val = $i * mt_rand() * 1000;
$objects[] = $o;
}

Keybase proof

I hereby claim:

  • I am CDRO on github.
  • I am tschmidlincab (https://keybase.io/tschmidlincab) on keybase.
  • I have a public key whose fingerprint is 6697 0C1D 2F43 A3EE D4AE 6947 29BE D76B 115A F72F

To claim this, I am signing this object: