Skip to content

zodimo/php-base-return

Repository files navigation

Base Return

2 base return type:

  • Result : represents the possibility of failure.
  • Option : represents an optional value

Result

The factory methods on result are:

  • succeed , and should be read as, succeed with this $value as success.
  • fail, and should be read as, fail with this $value as failure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published