Skip to content
View madgrk's full-sized avatar
Block or Report

Block or report madgrk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Show Difference In Days Between Two ... Show Difference In Days Between Two Dates
    1
     <?php
    2
    
    
    3
    class DifferenceInDays {
    4
        private $difference;
    5
        protected $start;
  2. Convert Money to Greek Verbal Convert Money to Greek Verbal
    1
    <?php
    2
    
    
    3
    class ConvertMoneyToString {
    4
    
    
    5
        private $M = array('', 'ΕΝΑ ', 'ΔΥΟ ', 'ΤΡΙΑ ', 'ΤΕΣΣΕΡΑ ', 'ΠΕΝΤΕ ', 'ΕΞΙ ', 'ΕΠΤΑ ', 'ΟΚΤΩ ', 'ΕΝΝΕΑ ');