flow php

UNIFIED DATA PROCESSING FRAMEWORK

composer require flow-php/etl ~0.32.0

ChangelogRelease Cycle

play Try Playground

elephant
extract

Extracts

Read from various data sources.

arrow
transform

Transforms

Shape and optimize for your needs.

arrow
load

Loads

Store and secure in one of many available data sinks.


Definition


/**
 * Create LogRecordLimits configuration.
 *
 * LogRecordLimits controls the maximum amount of data a log record can collect,
 * preventing unbounded memory growth and ensuring reasonable log record sizes.
 *
 * @param int $attributeCountLimit Maximum number of attributes per log record
 * @param null|int $attributeValueLengthLimit Maximum length for string attribute values (null = unlimited)
 */
log_record_limits(int $attributeCountLimit, ?int $attributeValueLengthLimit) : LogRecordLimits

Contributors

Join us on GitHub external resource
scroll back to top