Skip to content
View muhfadjar's full-sized avatar
  • YCP Solidiance Indonesia
  • Surabaya, Indonesia
  • X @muhfadjar

Block or report muhfadjar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Convert int to alphanumeric Convert int to alphanumeric
    1
    <?php
    2
    
                  
    3
    function convertIntToAlphabetInc(int $i):string {
    4
        $maps = array(
    5
            '0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
  2. clean-code-php clean-code-php Public

    Forked from piotrplenik/clean-code-php

    🛁 Clean Code concepts adapted for PHP

    PHP