Skip to content

Format of arrays #5

@PeeHaa

Description

@PeeHaa

What format should the arrays have in the tutorial?

Option 1:

$array = array('key1' => 'value',
               'key2' => 'value',
               );

Option 2:

$array = array(
    'key1' => 'value',
    'key2' => 'value',
);

Option 3:

$array = array('key1' => 'value',
               'key2' => 'value' );

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions