Skip to content

Instantly share code, notes, and snippets.

View anam-hossain's full-sized avatar

Anam Hossain anam-hossain

View GitHub Profile
@anam-hossain
anam-hossain / passing_by_reference.php
Last active September 10, 2018 00:40
Passing by reference from Foreach loop
<?php
class test
{
public function addDescription(&$data)
{
$data['description'] = 'Hello World!';
}
public function printMessages()
@anam-hossain
anam-hossain / zero-downtime-elasticsearch-reindex.php
Created November 28, 2018 05:09
Zero downtime Elasticsearch Reindexing
<?php
// Foo bar