Skip to content

Instantly share code, notes, and snippets.

View dharmastyle's full-sized avatar

Dharma Ferrari dharmastyle

View GitHub Profile
#!/usr/bin/env php
<?php
/////////////////////
// slack2html
// by @levelsio
/////////////////////
//
/////////////////////
// WHAT DOES THIS DO?
/////////////////////
<?php
/**
* sfWidgetFormChoiceAutocomplete represents a multiple select displayed as an autocomplete input and a list of checkboxes.
*
*
* @package symfony
* @subpackage widget
* @author Gerald Estadieu <gestadieu@usj.edu.mo>
* @version
*/
<?php
$string = "1234567890";
$n = 3;
$numberOfCarachter = strlen($string);
$newStringArray = array();
$stringInitialPosition = 0;
echo "Number of Character: ".$numberOfCarachter."\n";
while($stringInitialPosition < $numberOfCarachter){