Toms Homepage
  Home    Downloads    Your Account    Forums  
  Create an account
Modules
· Home
· Games
· My Gallery
· PHP Manual
· PHP-Nuke HOWTO
· Web Links
· Your Account
 
Who's Online
Welcome, Anonymous
Nickname

Password

Security Code
Security Code
Type Security Code


(Register)

Membership:
Latest: ZOBCarl
New Today: 78
New Yesterday: 530
Overall: 46460

People Online:
Visitors: 102
Members: 17
Total: 119

Online Now:
COM Kirby9614
 VTEAline
COM HowardOto
COM ErnestU18
COM JanetteRu
COM ZOBCarl
 Ron96U
COM LeannaVDD
COM DewayneBl
 JocelynPa
 Lionel51V
COM MarcoBarb
COM MilagrosE
 DiannaTre
COM FreemanSa
COM AndresCro
COM CandyKatz
 
DOMCharacterData->replaceData()

DOMCharacterData->replaceData()

DOMCharacterData->replaceData() --  Replace a substring within the DOMCharacterData node

Description

class DOMCharacterData {

void replaceData ( int offset, int count, string data )

}

Replace count characters starting from position offset with data.

Parameters

offset

The offset from which to start replacing.

count

The number of characters to replace. If the sum of offset and count exceeds the length, then all characters to the end of the data are replaced.

data

The string with which the range must be replaced.


Return Values

No value is returned.

Exceptions

DOM_INDEX_SIZE_ERR

Raised if offset is negative or greater than the number of 16-bit units in data, or if count is negative.



All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2004 by Tom Nitzschner.
Web site engine code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.098 Seconds

:: VereorLCARS phpbb2 style by Vereor :: PHP-Nuke theme by www.nukemods.com ::