download
raw
627 Bytes
<?php
namespace Faker\Extension;
/**
* @experimental This interface is experimental and does not fall under our BC promise
*/
interface VersionExtension extends Extension
{
/**
* Get a version number in semantic versioning syntax 2.0.0. (https://semver.org/spec/v2.0.0.html)
*
* @param bool $preRelease Pre release parts may be randomly included
* @param bool $build Build parts may be randomly included
*
* @example 1.0.0
* @example 1.0.0-alpha.1
* @example 1.0.0-alpha.1+b71f04d
*/
public function semver(bool $preRelease = false, bool $build = false): string;
}

Xet Storage Details

Size:
627 Bytes
·
Xet hash:
42c35e27c660be6b2bdb538b8cf3124041705230d65dbcb6d2434a3e60296652

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.