Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #18391

Re: value returned instead change the value of the variable

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From "J.O. Aho" <user@example.net>
Newsgroups comp.lang.php
Subject Re: value returned instead change the value of the variable
Date Sat, 17 Oct 2020 10:16:39 +0200
Lines 20
Message-ID <huvnj7F7pb4U1@mid.individual.net> (permalink)
References <rmbvqm$lnh$1@gioia.aioe.org> <huu8d0Ft5ceU1@mid.individual.net> <rme6c1$g04$1@gioia.aioe.org>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 8bit
X-Trace individual.net QSgnLWuZ4v6BvkFjAKJhsgD1xnEBxgYYkIYssZKW5TYeTgGcqx
Cancel-Lock sha1:MwF2ae1x169PiHQXHUFsbsqz2/o=
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0
In-Reply-To <rme6c1$g04$1@gioia.aioe.org>
Content-Language en-US-large
Xref csiph.com comp.lang.php:18391

Show key headers only | View raw


On 17/10/2020 09.26, alex wrote:
> Il 16/10/20 20:51, J.O. Aho ha scritto:
>> If you prompt want an array, either you make it to one afterwards or 
>> store the values as single cell arrays in the main array
>>
>> Alt 1:
>>      array(array_shit($arr));
>>
>> Alt 2: $arr = [[1],[2]];
> 
> ????
> But what do I need?

I would say you don't need either, just fix your code to take care of 
the integer instead of thinking of having an array.

-- 

  //Aho

Back to comp.lang.php | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

value returned instead change the value of the variable alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-16 13:23 +0200
  Re: value returned instead change the value of the variable Jerry Stuckle <jstucklex@attglobal.net> - 2020-10-16 11:11 -0400
    Re: value returned instead change the value of the variable alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-16 18:36 +0200
  Re: value returned instead change the value of the variable "J.O. Aho" <user@example.net> - 2020-10-16 20:51 +0200
    Re: value returned instead change the value of the variable alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-17 09:26 +0200
      Re: value returned instead change the value of the variable "J.O. Aho" <user@example.net> - 2020-10-17 10:16 +0200

csiph-web