[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ -> ExplodeStrategy.php (summary)

Zend Framework (http://framework.zend.com/)

Copyright: Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 113 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  __construct()
  setValueDelimiter()
  hydrate()
  extract()

Functions
Functions that are not part of a class:

__construct($delimiter = ',', $explodeLimit = null)   X-Ref
Constructor

param: string   $delimiter    String that the values will be split upon
param: int|null $explodeLimit Explode limit

setValueDelimiter($delimiter)   X-Ref
Sets the delimiter string that the values will be split upon

param: string $delimiter
return: self

hydrate($value)   X-Ref
{@inheritDoc}

Split a string by delimiter

param: string|null $value
return: string[]

extract($value)   X-Ref
{@inheritDoc}

Join array elements with delimiter

param: string[] $value The original value.
return: string|null



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1