Skip to content
View RyanPhpJs's full-sized avatar
🖥️
Online
🖥️
Online

Highlights

  • Pro

Block or report RyanPhpJs

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
RyanPhpJs/readme.md
final class User {
  public function getName() : string {
    return "Ryan";
  }
  public function getGender() : string {
    return "MALE";
  }
  public function getAge() : int {
    $today = getdate();
    if($today["mday"] === 1 && $today["mon"] === 1)
      return $today["year"] - 2005 - 1;
    return $today["year"] - 2005;
  }
}


Pinned Loading

  1. fileeditorjs fileeditorjs Public

    Este projeto é um editor de arquivos criado em nodejs para edição rápida de código

    JavaScript

  2. ppt ppt Public

    jogo de pedra papel e tesoura com python

    Python

  3. MVC MVC Public

    Um MVC com algumas personalizações

    1