|
|
||||
|
||||
|
|
|
|||
|
gina wrote:
> Hello. > > I need to keep everything but cut off the last entry of an array ... > > how can I achive this, please ? > > Gina See http://www.php.net/manual/en/function.array-slice.php. Also possible: http://www.php.net/manual/en/function.unset.php -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|||
|
On Tuesday 02 Mar 2010 10:39, while playing with a tin of spray paint,
gina painted this mural: > Hello. > > I need to keep everything but cut off the last entry of an array ... > > how can I achive this, please ? $array=array_slice($array,0,-1); Regards, David Bolt -- Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s openSUSE 11.0 32b | | | openSUSE 11.3M1 32b openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2 64b | TOS 4.02 | openSUSE 11.1 PPC | RISC OS 4.02 | RISC OS 3.11 |
|
|||
|
"gina" <gingingina@googlemail.de> schrieb im Newsbeitrag news:hmipt2$n2a$00$1@news.t-online.com... > Hello. > > I need to keep everything but cut off the last entry of an array ... > > how can I achive this, please ? > > Gina Thanks a lot for your help!!! |
|
|
![]() |
| Popular Tags in the Forum |
| array, entry |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: array? | Paul Dorfman | Newsgroup comp.soft-sys.sas | 0 | 09-24-2009 06:48 PM |
| Re: array? | oloolo | Newsgroup comp.soft-sys.sas | 0 | 09-24-2009 06:12 PM |
| Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing | Data Entry Outsourcing | Newsgroup comp.soft-sys.sas | 0 | 03-20-2008 12:00 PM |
| Re: MAX of _TEMPORARY_ array? | Venky Chakravarthy | Newsgroup comp.soft-sys.sas | 0 | 06-27-2005 09:19 PM |
| ODS GRAPHICS with PROC LIFETEST | Daixin | Newsgroup comp.soft-sys.sas | 1 | 10-28-2004 04:29 PM |