Heyho self-disciplined hipster strawberry!

: Clippy, bash / zsh commands, CSS Color

PHP Clipboard

Random selected notes regarding PHP

  • use str_contains to check if a string contains a string (instad of strpos) (8.x)
  • named parameters allows parameter supply in any order
    • function someFunc(string $value, array $options) -> someFunc(options: $opt, value: $val)