PHP code example of reload / cpr

1. Go to this page and download the library: Download reload/cpr library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

reload / cpr example snippets


public __construct(string $cpr)

public __toString(): string

public formatPretty(): string

public formatNumbersOnly(): string

public isFemale(): bool

public isMale(): bool

public getDateTimeImmutable(?\DateTimeZone $timezone = null): ?\DateTimeImmutable

public validateModulus11(): bool